Skip to content

Commit

Permalink
Add gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
khammami committed Feb 5, 2024
1 parent f42914a commit 3200a03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android_app_build_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

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

- name: Grant gradlew permission
run: chmod +x ${{env.ANDROID_APP_PATH}}/gradlew
Expand Down

0 comments on commit 3200a03

Please sign in to comment.