Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Update to Gradle 7 and Android plugin 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Jul 27, 2021
1 parent 21c023d commit 08afc2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

plugins {
id "org.gradle.kotlin.kotlin-dsl" version "1.3.6"
id "org.gradle.kotlin.kotlin-dsl" version "2.1.4"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ object Versions {

// These versions are linked: lint should be X+23.Y.Z of gradle_plugin version, according to:
// https://github.com/alexjlockwood/android-lint-checks-demo/blob/0245fc027463137b1b4afb97c5295d60dce998b6/dependencies.gradle#L3
const val android_gradle_plugin = "4.2.2"
const val android_gradle_plugin = "7.0.0-rc01"
const val android_lint_api = "30.0.0-rc01"

const val sentry = "1.7.10"
const val leakcanary = "2.4"
const val osslicenses_plugin = "0.9.5"
const val osslicenses_plugin = "0.10.4"
const val detekt = "1.17.1"
const val jna = "5.6.0"

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.7.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 08afc2e

Please sign in to comment.