android: Use proguard file in relWithDebInfo
This commit is contained in:
parent
a0a0703f30
commit
0f06e73a7c
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ android {
|
|||
signingConfig = signingConfigs.getByName("debug")
|
||||
isMinifyEnabled = true
|
||||
isDebuggable = true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android.txt"),
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
versionNameSuffix = "-debug"
|
||||
enableAndroidTestCoverage = false
|
||||
isJniDebuggable = true
|
||||
|
|
Loading…
Reference in a new issue