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

github.com/nextcloud/android-library.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-09-30 04:18:58 +0300
committerGitHub <noreply@github.com>2022-09-30 04:18:58 +0300
commit268dc95cb8404396faa2a861fb9345979b4ea479 (patch)
tree1b48761c0c83bc513553789486f6c06d458dee5b
parent1edee0d314d2324ee38cac8f607654403e860b72 (diff)
parent8042e55239af793a1ff088a23fdc3b7eebd9dec9 (diff)
Merge pull request #973 from nextcloud/dependabot/gradle/kotlin_version-1.7.20
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e6410925..88a1364e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- kotlin_version = '1.7.10'
+ kotlin_version = '1.7.20'
jacoco_version = '0.8.8'
}
}