Skip to content

Commit 57cc4f0

Browse files
committed
fix(actions): create apk release without signing
1 parent 6ec4840 commit 57cc4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ android {
7979
// TODO: Add your own signing config for the release build.
8080
// Signing with the debug keys for now, so `flutter run --release` works.
8181
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
82-
signingConfig signingConfigs.release
82+
signingConfig signingConfigs.debug
8383
debuggable false // make app non-debuggable
8484
crunchPngs true // shrink images
8585
minifyEnabled true // obfuscate code and remove unused code

0 commit comments

Comments
 (0)