We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6159b55 commit a78dc26Copy full SHA for a78dc26
app/build.gradle
@@ -32,6 +32,7 @@ android {
32
minifyEnabled true
33
useProguard = true
34
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
35
+ signingConfig signingConfigs.release
36
}
37
debug {
38
shrinkResources false
0 commit comments