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-07-09 05:06:10 +0300
committerGitHub <noreply@github.com>2022-07-09 05:06:10 +0300
commit18f74cbe9bbf1f51772f41c3e3bc080fa854c274 (patch)
treef72262184ebe4248440868a709025d7b055ae6a8
parent080d86f18b7063ac5a21a2c841df0e4205e3138c (diff)
parent1136a837575cafd4e89c3264d23f23a5e9d40f86 (diff)
Merge pull request #468 from nextcloud/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.7.10
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index db8c2b7..bbac18c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- kotlin_version = '1.7.0'
+ kotlin_version = '1.7.10'
}
repositories {
google()