Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-05-18 17:02:53 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-05-18 18:20:32 +0300
commitbe951793ba56e4cd8b0b5aa638398a795fd219b8 (patch)
treea65f6f419988401e77545902f23bb4fcf0f3e519 /build.gradle
parent3f625554ac2e2426d906d1f99d55bdc80a5a1bda (diff)
Bump gradle AS to 7.1.3 and gradle to 7.3.3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 1198b1522..a076b597f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,10 +34,10 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.1.3'
+ classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.5'
- classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19.0"
+ classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.20.0"
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.3.0"
// NOTE: Do not place your application dependencies here; they belong