Update to Gradle 7 and Android plugin 7.

upstream-sync
Sebastian Kaspari 3 years ago
parent 21c023d001
commit 08afc2ed5a

@ -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 {

@ -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"

@ -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

Loading…
Cancel
Save