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-09-16 11:36:44 +0300
committerStefan Niedermann <info@niedermann.it>2022-09-16 11:36:44 +0300
commitccf9fedc616361bdacc7b645d2e61a1577f80e0e (patch)
treec5aced27e0fdcfe12cd56c2a1690c09f45b18f94 /build.gradle
parent5fc8fd29303f6c860700e09894b6b1262d36b40c (diff)
Upgrad to AGP 7.3.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 dc1b5cd7b..09d7f85f1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.2.2'
+ classpath 'com.android.tools.build:gradle:7.3.0'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"