Skip to content

Commit

Permalink
Merge pull request #4 from gohj99/dependabot/github_actions/gradle/gr…
Browse files Browse the repository at this point in the history
…adle-build-action-3

Bump gradle/gradle-build-action from 2 to 3
  • Loading branch information
gohj99 authored Aug 9, 2024
2 parents eaed7f4 + 7737e8d commit 63e0774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "api_id=${{ secrets.API_ID }}" > app/src/main/assets/config.properties
echo "api_hash=${{ secrets.API_HASH }}" >> app/src/main/assets/config.properties
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
gradle-version: 8.6
arguments: assembleRelease
Expand Down

0 comments on commit 63e0774

Please sign in to comment.