Skip to content

Commit

Permalink
Flutter doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-quiltt committed Jan 18, 2024
1 parent 40c64ff commit b471739
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ jobs:
distribution: temurin
java-version: 21
- name: Build Android example app
run: cd example && flutter pub get && flutter build appbundle
run: |
cd example
flutter pub get
flutter doctor
yes | flutter doctor --android-licenses
flutter build appbundle
1 change: 1 addition & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
id "dev.flutter.flutter-gradle-plugin"
}


def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
Expand Down

0 comments on commit b471739

Please sign in to comment.