For #26023: Update Gradle, Gradle plugin and kotlin-dsl plugin.

This commit is contained in:
mcarare 2022-08-02 12:19:16 +03:00 committed by mergify[bot]
parent 6937faefba
commit 8f67b30117
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
plugins {
id "org.gradle.kotlin.kotlin-dsl" version "2.1.7"
id "org.gradle.kotlin.kotlin-dsl" version "2.4.1"
}
repositories {

View File

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// If you ever need to force a toolchain rebuild (taskcluster) then edit the following comment.
// FORCE REBUILD 2022-08-18
// FORCE REBUILD 2022-09-16
object Versions {
const val kotlin = "1.6.10"
@ -11,8 +11,8 @@ 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 = "7.0.0"
const val android_lint_api = "30.0.0"
const val android_gradle_plugin = "7.3.0"
const val android_lint_api = "30.2.2"
const val sentry = "5.7.3"
const val leakcanary = "2.8.1"

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists