diff --git a/.cirrus.yml b/.cirrus.yml index 0df2ef05e..6af28278f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -48,7 +48,7 @@ task: fingerprint_script: echo $CIRRUS_BUILD_ID build_detox_script: npm run build-detox-android cleanup_before_cache_script: - - rm -rf ~/.gradle/caches/6.2/ + - rm -rf ~/.gradle/caches/6.9.2/ - rm -rf ~/.gradle/caches/transforms-1 - rm -rf ~/.gradle/caches/journal-1 - rm -rf ~/.gradle/caches/jars-3/*/buildSrc.jar diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 7665b0fa9..6499169f9 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists