Reset gradle cache

This commit is contained in:
Diego Mello 2023-07-14 16:13:39 -03:00
parent 60a8108df2
commit 47f4567b7f
2 changed files with 4 additions and 4 deletions

View File

@ -109,10 +109,10 @@ commands:
description: "Build Android app"
steps:
- checkout
# - restore_cache: *restore-npm-cache-linux
- restore_cache: *restore-npm-cache-linux
- run: *install-npm-modules
# - save_cache: *save-npm-cache-linux
# - restore_cache: *restore-gradle-cache
- save_cache: *save-npm-cache-linux
- restore_cache: *restore-gradle-cache
- run:
name: Configure Gradle
command: |

View File

@ -9,7 +9,7 @@ buildscript {
compileSdkVersion = 33
targetSdkVersion = 33
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP
ndkVersion = "23.1.7779620"
glideVersion = "4.11.0"
kotlin_version = "1.8.22"