Reset gradle cache
This commit is contained in:
parent
60a8108df2
commit
47f4567b7f
|
@ -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: |
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue