Skip to content

Commit 8405e3c

Browse files
author
Rijuth Menon
committed
fixed build check
1 parent 091c479 commit 8405e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- name: Setup Java
1919
uses: actions/setup-java@v1
2020
with:
21-
2221
java-version: "19.x"
2322

2423
- name: Setup Flutter
@@ -28,4 +27,4 @@ jobs:
2827
flutter-version: 3.22.2
2928

3029
- name: Build Flutter app for Android
31-
run: flutter build apk
30+
run: flutter build apk --debug

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ android {
8383
}
8484
debug {
8585
minifyEnabled false
86+
signingConfig signingConfigs.debug
8687
}
8788
}
8889
}

0 commit comments

Comments
 (0)