Update android.yml

pull/93/head
deniscerri 3 years ago committed by GitHub
parent ad6237d128
commit eaff59e6fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,16 +12,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Create Properties File - name: Create Properties File
run: touch local.properties run: touch local.properties
- name: Grant execute permission for gradlew - name: Build Android App
run: chmod +x gradlew uses: sparkfabrik/android-build-action@v1.3.4
- name: Build with Gradle
run: ./gradlew build

Loading…
Cancel
Save