Skip to content

Commit

Permalink
Stop the debug signing
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 24, 2024
1 parent 9d7e132 commit caa5690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_gg2/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ android {
release {
// Caution! In production, you need to generate your own keystore file.
// see https://reactnative.dev/docs/signed-apk-android.
signingConfig signingConfigs.debug
// signingConfig signingConfigs.debug
shrinkResources (findProperty('android.enableShrinkResourcesInReleaseBuilds')?.toBoolean() ?: false)
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
Expand Down

0 comments on commit caa5690

Please sign in to comment.