Sketchware-Pro / Sketchware-Pro

Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.
https://sketchware.pro
Other
853 stars 252 forks source link

Bump `zipalign-java` dependency to 1.1.1 #1081

Closed iyxan23 closed 2 months ago

iyxan23 commented 3 months ago

Bumps com.github.iyxan23.zipalign-java dependency to the latest version

This added the ability to align .so files into 4KiB page boundaries.

iyxan23 commented 3 months ago

well that's odd, it couldn't find the package

iyxan23 commented 3 months ago

alr seemed like I forgot to check my package on jitpack, can I request a re-run of the checks?

ilyassesalama commented 2 months ago

I re-ran the checks for a fourth time, and they're still failing. Can you check if everything is working fine on your end?

iyxan23 commented 2 months ago

Oh shoot I think I might've missed something 🤦

I tried making a new android app with zipalign-java as the dependency and it couldn't find the classes. I think I did something wrong with the jitpack publication. One second.

iyxan23 commented 2 months ago

Okay turns out I forgot to include the jars in the jitpack publications, it doesn't seem to be working with the previous version either (1.0.0). swpro must've been relying on its caches this whole time. I'll submit a new release tonight. Good thing we caught this, it has been like this for the whole time.

iyxan23 commented 2 months ago

Alright just released v1.1.1, it should work now.