mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-28 22:49:52 -06:00
app/build.gradle.kts: Removed now-obsolete isMinifyEnabled value from relWithDebInfo build variant
This commit is contained in:
parent
7853bacddd
commit
2acbcd333c
@ -125,7 +125,6 @@ android {
|
||||
applicationIdSuffix = ".debug"
|
||||
versionNameSuffix = "-debug"
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
isDebuggable = true
|
||||
isJniDebuggable = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user