Skip to content

Commit fa5f98e

Browse files
committed
make building the app easier, do not require a release version
1 parent 88a6f52 commit fa5f98e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ android {
4141
release {
4242
minifyEnabled true
4343
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
44-
signingConfig signingConfigs.release
44+
if (keystorePropertiesFile.exists()) {
45+
signingConfig signingConfigs.release
46+
}
4547
}
4648
}
4749

0 commit comments

Comments
 (0)