We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091c479 commit 8405e3cCopy full SHA for 8405e3c
.github/workflows/flutter.yml
@@ -18,7 +18,6 @@ jobs:
18
- name: Setup Java
19
uses: actions/setup-java@v1
20
with:
21
-
22
java-version: "19.x"
23
24
- name: Setup Flutter
@@ -28,4 +27,4 @@ jobs:
28
27
flutter-version: 3.22.2
29
30
- name: Build Flutter app for Android
31
- run: flutter build apk
+ run: flutter build apk --debug
android/app/build.gradle
@@ -83,6 +83,7 @@ android {
83
}
84
debug {
85
minifyEnabled false
86
+ signingConfig signingConfigs.debug
87
88
89
0 commit comments