Skip to content

Commit 345b27d

Browse files
committed
make building the app easier, do not require a release version
1 parent 9a85980 commit 345b27d

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
@@ -40,7 +40,9 @@ android {
4040
release {
4141
minifyEnabled true
4242
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
43-
signingConfig signingConfigs.release
43+
if (keystorePropertiesFile.exists()) {
44+
signingConfig signingConfigs.release
45+
}
4446
}
4547
}
4648

0 commit comments

Comments
 (0)