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