From 5b5894bc588cf200b2f3f8bf48ac8de22d526aba Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 5 Jan 2022 16:34:16 +0100 Subject: [PATCH] Updated build tools --- app/build.gradle | 4 ++-- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d3aed4c7e6..f2902824e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,9 +59,9 @@ android { main.res.srcDirs += 'src/main/resExtra' } - lintOptions { - disable 'MissingTranslation' + lint { abortOnError false + disable 'MissingTranslation' } compileOptions { diff --git a/build.gradle b/build.gradle index 5d863b44a4..8ed49c80b1 100644 --- a/build.gradle +++ b/build.gradle @@ -8,13 +8,13 @@ buildscript { dependencies { // https://developer.android.com/studio/releases/gradle-plugin - classpath 'com.android.tools.build:gradle:7.0.4' + classpath 'com.android.tools.build:gradle:7.1.0-rc01' // 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.1.0' // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31" - classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.5.31" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10" + classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.6.10" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ddd29ccd4f..d034c7eef6 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.0.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip #distributionSha256Sum=23e7d37e9bb4f8dabb8a3ea7fdee9dd0428b9b1a71d298aefd65b11dccea220f