Skip to content

Commit

Permalink
fixed build check
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkisDev committed Jan 18, 2025
1 parent 091c479 commit 8405e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v1
with:

java-version: "19.x"

- name: Setup Flutter
Expand All @@ -28,4 +27,4 @@ jobs:
flutter-version: 3.22.2

- name: Build Flutter app for Android
run: flutter build apk
run: flutter build apk --debug
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ android {
}
debug {
minifyEnabled false
signingConfig signingConfigs.debug
}
}
}
Expand Down

0 comments on commit 8405e3c

Please sign in to comment.