[Android] Remove releaseDebuggable config since debuggable disables optimization

This commit is contained in:
Triang3l 2020-11-21 23:13:30 +03:00
parent c0c47e3902
commit 0dcc1b18d6
1 changed files with 0 additions and 4 deletions

View File

@ -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