This commit is contained in:
nomadics9 2024-12-15 07:21:19 +03:00
parent 5f82faf1a3
commit e1b2450814

View file

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