remove "debuggable" from release config

fixes #72
This commit is contained in:
sk
2022-11-21 14:11:46 +01:00
parent 8918bd5ce2
commit fbf4522260

View File

@@ -22,7 +22,6 @@ android {
release {
// minifyEnabled true
// shrinkResources true
debuggable true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug{