mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Add proguard flavour, for internal testing
This commit is contained in:
parent
c2036a1886
commit
fc28e3af79
@ -74,10 +74,16 @@ android {
|
||||
debug {
|
||||
applicationIdSuffix '.debug'
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
shrinkResources false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.customDebug
|
||||
resValue 'string', 'storageProviderAuthorities', 'net.kdt.pojavlaunch.scoped.gamefolder.debug'
|
||||
}
|
||||
proguard {
|
||||
initWith debug
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
}
|
||||
|
||||
release {
|
||||
// Don't set to true or java.awt will be a.a or something similar.
|
||||
|
Loading…
x
Reference in New Issue
Block a user