Skip to content

Commit

Permalink
Merge pull request #24562 from Expensify/jules-fixAndroidSigningCerts
Browse files Browse the repository at this point in the history
Use release certs for Android production build

(cherry picked from commit c065d7a)
  • Loading branch information
yuwenmemon authored and OSBotify committed Aug 14, 2023
1 parent c70b122 commit 268f1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ android {
signingConfig signingConfigs.debug
}
release {
signingConfig signingConfigs.debug
signingConfig signingConfigs.release
productFlavors.production.signingConfig signingConfigs.release
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
Expand Down

0 comments on commit 268f1b3

Please sign in to comment.