From a4d1091d09aa9e741951e0ee071b904527ed6091 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 15 Oct 2022 09:00:51 +0200 Subject: [PATCH] Updated gradle/plugins --- build.gradle | 11 ++++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 9bed14a571..a3b0c304a3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,4 @@ buildscript { - repositories { google() mavenCentral() @@ -8,13 +7,15 @@ buildscript { dependencies { // https://developer.android.com/studio/releases/gradle-plugin - classpath 'com.android.tools.build:gradle:7.2.2' + classpath "com.android.tools.build:gradle:7.3.1" // https://github.com/bugsnag/bugsnag-android-gradle-plugin // https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android-gradle-plugin - classpath 'com.bugsnag:bugsnag-android-gradle-plugin:7.3.0' + classpath "com.bugsnag:bugsnag-android-gradle-plugin:7.3.1" // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" - classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.7.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" + classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.7.20" + // https://plugins.gradle.org/plugin/de.undercouch.download + classpath "de.undercouch:gradle-download-task:5.2.1" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1f04cb1a8f..22d37c8ad9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -4,5 +4,5 @@ distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists #https://docs.gradle.org/current/userguide/gradle_wrapper.html -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip #distributionSha256Sum=23e7d37e9bb4f8dabb8a3ea7fdee9dd0428b9b1a71d298aefd65b11dccea220f