mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
app/build.gradle.kts: Removed now-obsolete isMinifyEnabled value from relWithDebInfo build variant
This commit is contained in:
parent
7853bacddd
commit
2acbcd333c
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ android {
|
|||
applicationIdSuffix = ".debug"
|
||||
versionNameSuffix = "-debug"
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
isDebuggable = true
|
||||
isJniDebuggable = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue