Skip to content

Commit

Permalink
Upgrade to Gradle 6.7 and bumped example project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
quittle committed Oct 16, 2020
1 parent 1fdc1e9 commit 34a7941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions example-android-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 34a7941

Please sign in to comment.