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-20 12:29:27 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-20 12:29:27 +0300
commitddb877f251bb3a7cd53f13ba4409a29462b1facc (patch)
tree7a9039cba179fef83d9a86ddd9523684cc4d5fc2 /build.gradle
parentc9d48c4a798fc3b5d0a9b4fcbf73d67db73b71bc (diff)
chore(deps): Update dependencies
* android-commons:0.4.0 * kotlin:1.9.22 * colorpickerview:2.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 4ca574f30..3ae3d6c49 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.2.1'
//noinspection DifferentKotlinGradleVersion
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files