Skip to content

Commit

Permalink
Update flutter-build-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwat12-egov authored Dec 18, 2024
1 parent b687b9c commit 95643b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter-build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Flutter action
uses: subosito/[email protected]
with:
flutter-version: "3.16.5"
flutter-version: "3.22.2"

- name: Set up Android SDK
uses: android-actions/setup-android@v2
with:
api-level: 30
build-tools: 30.0.3
api-level: 33
build-tools: 33.0.2

- name: Install Dependencies
run: flutter pub get
Expand Down

0 comments on commit 95643b1

Please sign in to comment.