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.
2 parents df4fca5 + 6e780e4 commit 898cb96Copy full SHA for 898cb96
app/build.gradle
@@ -32,7 +32,6 @@ android {
32
release {
33
minifyEnabled false
34
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
35
- signingConfig signingConfigs.debug
36
buildConfigField("String", "BACKEND_URL", secretsProperties['PROD_ENDPOINT'])
37
}
38
0 commit comments