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-10-01 05:06:53 +0300
committerGitHub <noreply@github.com>2022-10-01 05:06:53 +0300
commit32834b41fa38b8d5a127d8ddba5926bf9aa9fbf2 (patch)
tree7d0c5c4a48f0270f62fa169510e0f56d0f68e88a
parentbf49c32699d6127fbdddb08bea041978175bf88a (diff)
parent6a222736276421aa651921a10e0187d631b93ea2 (diff)
Merge pull request #487 from nextcloud/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.7.20
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b0f3414..ce671db 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- kotlin_version = '1.7.10'
+ kotlin_version = '1.7.20'
}
repositories {
google()