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 88a6f52 commit fa5f98eCopy full SHA for fa5f98e
app/build.gradle
@@ -41,7 +41,9 @@ android {
41
release {
42
minifyEnabled true
43
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
44
- signingConfig signingConfigs.release
+ if (keystorePropertiesFile.exists()) {
45
+ signingConfig signingConfigs.release
46
+ }
47
}
48
49
0 commit comments