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
1 changed files with 0 additions and 1 deletions

View File

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