mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Android] Remove releaseDebuggable config since debuggable disables optimization
This commit is contained in:
parent
c0c47e3902
commit
0dcc1b18d6
|
|
@ -33,10 +33,6 @@ android {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
releaseDebuggable {
|
|
||||||
initWith release
|
|
||||||
debuggable true
|
|
||||||
}
|
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
debuggable true
|
debuggable true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue