Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmarinho committed Dec 4, 2019
1 parent 5e601cf commit 5803e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -154,7 +154,7 @@ android {
buildTypes {

debug {
signingConfig signingConfigs.debug
signingConfig signingConfigs.debug
buildConfigField "String", "CODEPUSH_KEY", '""'
}

Expand All @@ -166,7 +166,7 @@ android {
release {
// Caution! In production, you need to generate your own keystore file.
// see https://facebook.github.io/react-native/docs/signed-apk-android.
signingConfig signingConfigs.debug
// signingConfig signingConfigs.debug
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"

Expand Down

0 comments on commit 5803e4c

Please sign in to comment.