Skip to content

Commit 7dbfa01

Browse files
committed
make main app require signing file to exist
1 parent 72d6bdc commit 7dbfa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ android {
7272
}
7373
buildTypes {
7474
release {
75-
signingConfig keystorePropertiesFile.exists() ? signingConfigs.release : signingConfigs.debug
75+
signingConfig signingConfigs.release
7676
ndk {
7777
debugSymbolLevel "SYMBOL_TABLE"
7878
}

0 commit comments

Comments
 (0)