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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-01-26 11:45:39 +0300
committerStefan Niedermann <info@niedermann.it>2022-01-26 11:45:39 +0300
commite231b517d92be60a774c08a3c0875d7b0329fc6b (patch)
treef058a0aded1b4a3079e57c0943cd1515763bd965 /build.gradle
parenta340a506a7944ca24e123680e84bdd93ab6bbccd (diff)
Upgrade AGP to 7.2.0
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2e2789af4..c9ae52f62 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.0.4'
+ classpath 'com.android.tools.build:gradle:7.1.0'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"