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>2021-04-29 01:46:35 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-29 01:46:35 +0300
commit61aaae4dc2dbd5032f058f96833e4cd75e245a26 (patch)
tree019956e38d810e6f5d328ec16dfdf5ae70c1597e /build.gradle
parent64acd247d492f2643c290142c535848dc72c4d1c (diff)
Update code base for Android Studio 4.1.3
Remove lombock @Data annotations Replace FindBugs with SpotBugs Update Lombock version Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 7 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index ee2bbb77a..cfeb80d91 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,6 +2,8 @@
* Nextcloud Talk application
*
* @author Mario Danic
+ * @author Andy Scherzinger
+ * Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* This program is free software: you can redistribute it and/or modify
@@ -18,6 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
@@ -29,12 +32,14 @@ buildscript {
google()
jcenter()
maven { url 'https://jitpack.io' }
+ maven { url 'https://plugins.gradle.org/m2/' }
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.5.0'
+ classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
- classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.13.1"
+ classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.0'
+ classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.16.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files