-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Android build (SDK 35), Java 17, LibGDX 1.13.0 #6103
Conversation
kevlahnota
commented
Sep 8, 2024
•
edited
Loading
edited
- Java 17
- targetSDK 35 (min 26)
- add modded uber-apk-signer.jar for signing cert
- add standalone proguard 7.6.0
- update some dependency
- update new default skin
- update LibGDX (1.13.0)
- add standalone gdx particle editor
- create jar installer with izpack
Awesome! Some thoughts:
|
@kevlahnota would be nice if we could implement #4977 in this update |
Just push a new release / update the plugin https://github.com/Card-Forge/android-maven-plugin |
@kevlahnota for Signing, checkout ~~ https://github.com/MuntashirAkon/apksig-android ~~ |
Reverted to sdk 29, seems target sdk 33 and above somehow don't allow installation without proper signature/signing on latest android version (tested with android 14) |
Yes, i'll just add a plain script for those since the jar have their own check for the needed parameter and will just throw an error if the java installed is lower than 17 i guess. |
@tehdiplomat @Hanmac seems the new LibGDX is good, no crashes so far on testing here. |
@tehdiplomat this will create the forge.zip (archive) and forge-installer-2.0.00-SNAPSHOT.jar (installer) in forge-installer/target module. either of those two can be distributed.. though the github actions needs update to reflect this change.. |