This commit is contained in:
nomadics9 2024-12-15 17:41:14 +03:00
parent c377f4927c
commit 426f3b28e1

View file

@ -88,15 +88,15 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
java-version: 8
- name: Cache Gradle dependencies
uses: actions/cache@v3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-21debug-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
key: ${{ runner.os }}-gradle-8debug-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-21debug
${{ runner.os }}-gradle-8debug-
# Step 9: Build the APK
- name: Build APK