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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-20 04:07:40 +0300
committerGitHub <noreply@github.com>2022-04-20 04:07:40 +0300
commit06b5d73941d69dbf30d269a2b9cd0effb3442c80 (patch)
tree0f358fe8fd0926a20d87747b6347b2b9b4fb0ead /build.gradle
parent5166cc5a847eb3ceb5ac3d19c08c5f41259256ac (diff)
Bump kotlin-gradle-plugin from 1.6.20 to 1.6.21
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.20 to 1.6.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 1c93e0992..93700fb3c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@
buildscript {
ext {
- kotlinVersion = '1.6.20'
+ kotlinVersion = '1.6.21'
}
repositories {