This commit is contained in:
nomadics9 2024-12-15 07:22:46 +03:00
parent e1b2450814
commit eadd50612e

View file

@ -84,14 +84,6 @@ jobs:
distribution: temurin distribution: temurin
java-version: 18 java-version: 18
- 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 # Step 9: Build the APK
- name: Build APK - name: Build APK
run: | run: |