Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Commit 82dcc5f

Browse files
committed
Don't add signing config for CI builds
1 parent 47120d3 commit 82dcc5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ android {
130130
debuggable true
131131
minifyEnabled enableProguardInReleaseBuilds
132132
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
133-
signingConfig signingConfigs.release
133+
//signingConfig signingConfigs.release
134134
}
135135
}
136136
// applicationVariants are e.g. debug, release

0 commit comments

Comments
 (0)