Skip to content

Commit

Permalink
fix: android setup gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
iGroza committed Aug 13, 2024
1 parent 6a971af commit a1dc37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distribute-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ jobs:
java-version: '17'

- name: Setup Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3

- name: Build and Send the app to Google Play
run: bundle exec fastlane android distribute
Expand Down

0 comments on commit a1dc37a

Please sign in to comment.