[Android] Remove releaseDebuggable config since debuggable disables optimization
This commit is contained in:
parent
c0c47e3902
commit
0dcc1b18d6
|
@ -33,10 +33,6 @@ android {
|
|||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
releaseDebuggable {
|
||||
initWith release
|
||||
debuggable true
|
||||
}
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
debuggable true
|
||||
|
|
Loading…
Reference in New Issue