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 c691448 commit 117a41cCopy full SHA for 117a41c
android/app/build.gradle
@@ -111,12 +111,12 @@ android {
111
minifyEnabled enableProguardInReleaseBuilds
112
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
113
**/
114
- if (project.hasProperty('MYAPP_UPLOAD_STORE_FILE')) {
+ if (false && project.hasProperty('MYAPP_UPLOAD_STORE_FILE')) {
115
signingConfig signingConfigs.release
116
117
118
} else {
119
- signingConfig signingConfigs.debug
+ // signingConfig signingConfigs.debug
120
}
121
122
0 commit comments