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

github.com/nextcloud/Android-SingleSignOn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-11 06:26:14 +0300
committerGitHub <noreply@github.com>2022-06-11 06:26:14 +0300
commita6d9631953ae5bb19db0ca59dce7a4a7f9a2369b (patch)
tree049cba3ca0e167d52816d569431ffcd898e88a88
parent2ef79c9c1ba18e055ac4594dddf85151b4f9b924 (diff)
parent54925ed953f3bf7265c24bf54aa77dd2ce6641e5 (diff)
Merge pull request #463 from nextcloud/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.7.0
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 64dc300..db8c2b7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- kotlin_version = '1.6.21'
+ kotlin_version = '1.7.0'
}
repositories {
google()