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-05-20 14:07:43 +0300
committerStefan Niedermann <info@niedermann.it>2022-05-20 14:07:43 +0300
commit3f20ce023395314161cdd2b3459a2a10a2407ec0 (patch)
tree29bf18cbd95c4683798e61e1fc7c6b294cf0a66f /build.gradle
parent7d397ded654462adb95b498423068612460f057e (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 1a07346de..a4f555d5a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.1.3'
+ classpath 'com.android.tools.build:gradle:7.2.0'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"