Build: Allow proguard granularity

This commit is contained in:
Mathias-Boulay
2024-12-10 17:44:03 +01:00
parent 60f57a8851
commit 12ef059ef3

View File

@@ -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.