Skip to content

Commit 770453b

Browse files
committed
Avoid signing on the GitHub
1 parent 7260656 commit 770453b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ android {
169169
// Caution! In production, you need to generate your own keystore file.
170170
// see https://reactnative.dev/docs/signed-apk-android.
171171
//signingConfig signingConfigs.debug
172-
signingConfig signingConfigs.release
172+
//signingConfig signingConfigs.release
173173
minifyEnabled enableProguardInReleaseBuilds
174174
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
175175
}

0 commit comments

Comments
 (0)