We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59abdb commit 7eca4aeCopy full SHA for 7eca4ae
app/build.gradle
@@ -21,6 +21,7 @@ android {
21
buildTypes {
22
release {
23
minifyEnabled false
24
+ debuggable false
25
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
26
}
27
0 commit comments