Skip to content

Commit

Permalink
NEW UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
HasanHammoudah authored and HasanHammoudah committed Aug 14, 2024
1 parent efcac54 commit 5f05ebd
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,20 @@ jobs:
bundler-cache: true
working-directory: android

- name: Clean Flutter and Gradle caches
run: |
flutter clean
cd android
./gradlew clean
- name: Clean Flutter Build
run: flutter clean

- name: Clean Gradle Build
run: ./gradlew clean
working-directory: android
continue-on-error: true # Optional: Continue even if this fails

- name: Install Dependencies
run: |
flutter pub get
bundle install
working-directory: android

- name: Build APK
run: flutter build apk --release --verbose
working-directory: android
Expand Down

0 comments on commit 5f05ebd

Please sign in to comment.