This commit is contained in:
nomadics9 2024-12-15 07:20:14 +03:00
parent fc51f40859
commit 5f82faf1a3

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-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
# restore-keys: |
# ${{ runner.os }}-gradle-
# Step 9: Build the APK
- name: Build APK