mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01: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"
|
applicationIdSuffix = ".debug"
|
||||||
versionNameSuffix = "-debug"
|
versionNameSuffix = "-debug"
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
isMinifyEnabled = true
|
|
||||||
isShrinkResources = true
|
isShrinkResources = true
|
||||||
isDebuggable = true
|
isDebuggable = true
|
||||||
isJniDebuggable = true
|
isJniDebuggable = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user