mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-08-02 23:26:43 -04:00

* chore(build): update gradle to 8.9 and AGP to 8.7.2 This may or may not force the generation of all sub projects * build(actions): update GH Action gradle version * chore(build): update gradle to 8.11 * fix(build): allow proguard profile to launch It is still plagued with bugs, but it might stay handy the day we need to push some limits * Fix: allow CriticalNativeTest in proguard build * Build: Allow proguard granularity
10 lines
347 B
Properties
10 lines
347 B
Properties
# required for building jre_lwjgl3glfw with Java 8 while using plugins in app_pojavlauncher that require Java 11
|
|
org.gradle.configureondemand=true
|
|
|
|
android.useAndroidX=true
|
|
android.bundle.language.enableSplit=false
|
|
# Increase Gradle daemon RAM allocation
|
|
org.gradle.jvmargs=-Xmx4096M
|
|
android.nonTransitiveRClass=false
|
|
android.nonFinalResIds=false
|