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>2024-01-17 15:47:09 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-17 15:47:09 +0300
commitbb422aaf6a7e6eaac83b4edf3e6f46d8fc9e3dd5 (patch)
tree5598dc55c7058290a6084a40ad0d9dfd947f0f66 /build.gradle
parent0116a0d8b65f3680245475a6fa9ed4e13faa1d7e (diff)
chore(deps): Update to AGP 8
Signed-off-by: Stefan Niedermann <info@niedermann.it>
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 c2b883b1e..4ca574f30 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
- ext.materialVersion = "1.9.0"
+ ext.materialVersion = "1.11.0"
repositories {
google()
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.4.2'
+ classpath 'com.android.tools.build:gradle:8.2.1'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22"