Skip to content

Commit

Permalink
update gradle wrapper to 8.2 in the build apps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani-Koza-AF committed Aug 14, 2024
1 parent 5ce2743 commit 4700fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apps-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
gradle wrapper
echo "ls: $(ls)"
chmod +x ./gradlew
./gradlew wrapper --gradle-version 8.0.2
./gradlew wrapper --gradle-version 8.2
./gradlew clean assembleRelease
# Build-Capacitor-ios:
Expand Down

0 comments on commit 4700fea

Please sign in to comment.