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

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-10-05 23:10:48 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-10-05 23:10:48 +0300
commit3632b58eb1b089985e53797c2ca4891effc044f7 (patch)
treeb15a72cd0cfb680321bc59329c4c357d5a6d4300 /build.gradle
parentfd1f2c77adbe126c154e8f8e8a1713fc97ce5d08 (diff)
bump kotlin to 17.0.20 and mark declaration usage as opt-in
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
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 d563b27ad..6030bd6fb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@
buildscript {
ext {
- kotlinVersion = '1.7.10'
+ kotlinVersion = '1.7.20'
}
repositories {