From 34a794145747e850594ce5befa9979c5d2962bd7 Mon Sep 17 00:00:00 2001 From: Dustin Toff Date: Sat, 17 Oct 2020 00:16:53 +0100 Subject: [PATCH] Upgrade to Gradle 6.7 and bumped example project dependencies --- example-android-project/build.gradle | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example-android-project/build.gradle b/example-android-project/build.gradle index 9ad1601..4966077 100644 --- a/example-android-project/build.gradle +++ b/example-android-project/build.gradle @@ -56,12 +56,12 @@ android { dependencies { if (ANDROID_GRADLE_VERSION_NEW) { - androidTestImplementation 'androidx.test:runner:1.1.1' - androidTestImplementation 'androidx.test.ext:junit:1.1.0' - androidTestUtil 'androidx.test:orchestrator:1.1.1' + androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestUtil 'androidx.test:orchestrator:1.3.0' } else { - androidTestCompile 'androidx.test:runner:1.1.1' - androidTestCompile 'androidx.test.ext:junit:1.1.0' + androidTestCompile 'androidx.test:runner:1.3.0' + androidTestCompile 'androidx.test.ext:junit:1.1.2' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ac33e99..14e30f7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists