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 72d6bdc commit 7dbfa01Copy full SHA for 7dbfa01
1 file changed
android/app/build.gradle
@@ -72,7 +72,7 @@ android {
72
}
73
buildTypes {
74
release {
75
- signingConfig keystorePropertiesFile.exists() ? signingConfigs.release : signingConfigs.debug
+ signingConfig signingConfigs.release
76
ndk {
77
debugSymbolLevel "SYMBOL_TABLE"
78
0 commit comments