Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 7, 2024
1 parent f3744fe commit c18cbce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
with:
gradle-version: ${{ matrix.gradle-version }}

- name: Install dependencies
run: flutter pub get

- name: Inject AGP version
run: echo \nagpVersion="${{ matrix.agp-version }}"\n >> local.properties
run: echo agpVersion="${{ matrix.agp-version }}" >> local.properties
working-directory: example/android

- name: Install dependencies
run: flutter pub get

- name: Generate gradle wrapper
run: gradle wrapper --gradle-version ${{ matrix.gradle-version }} --distribution-type all
working-directory: example/android
Expand Down

0 comments on commit c18cbce

Please sign in to comment.