Update android.yml

This commit is contained in:
deniscerri 2023-03-19 21:02:00 +01:00 committed by GitHub
parent 99eb2fafa0
commit 5c3e05bc18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,5 +14,7 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build the app
run: ./gradlew build