Skip to content

Commit

Permalink
Merge pull request #1862 from square/armaxis/tools_update
Browse files Browse the repository at this point in the history
Updating tool versions to latest and greatest
  • Loading branch information
pyricau authored Jun 15, 2020
2 parents 9120052 + e9e5b64 commit 28ce1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ buildscript {
'minSdk': 14,
'compileSdk': 29,
'errorProne': '2.3.1',
'kotlin': '1.3.71',
'kotlin': '1.3.72',
]
ext.deps = [
assertj_core: 'org.assertj:assertj-core:3.9.1',
// We don't need the latest version of AndroidX (there are no bugs that impact what LeakCanary
// relies on), we're sticking a bit older because most apps will be using a more recent version
// and they'll automatically resolve to higher version without having to necessarily resort to a
// resolution strategy.
androidGradlePlugin: "com.android.tools.build:gradle:3.6.2",
androidGradlePlugin: "com.android.tools.build:gradle:4.0.0",
androidx: [
annotation: 'androidx.annotation:annotation:1.0.2',
core: 'androidx.core:core:1.0.1',
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.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 28ce1e2

Please sign in to comment.