Skip to content

Commit

Permalink
Fix gradle releaseStaging fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Apr 12, 2019
1 parent f7f0839 commit be0cf96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ android {
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
signingConfig signingConfigs.release
buildConfigField "String", "CODEPUSH_KEY", '"85HbNLH52a6R9ukGlaQ2IU9BhaujBy9a1NntV"'
matchingFallbacks = ["release"]
}
release {
manifestPlaceholders = [isDebug: false]
Expand Down

0 comments on commit be0cf96

Please sign in to comment.