mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
Build: Allow proguard granularity
This commit is contained in:
@@ -137,6 +137,10 @@ android {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
}
|
||||
proguardNoDebug {
|
||||
initWith proguard
|
||||
debuggable false
|
||||
}
|
||||
|
||||
release {
|
||||
// Don't set to true or java.awt will be a.a or something similar.
|
||||
|
||||
Reference in New Issue
Block a user