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-06-09 04:08:09 +0300
committerAndy Scherzinger (Rebase PR Action) <info@andy-scherzinger.de>2022-06-09 20:57:01 +0300
commit58febdd682427dbddbb8848871a63da559b3e73e (patch)
tree8716ad610aa9ff649bc3729a54a5827f22c3496d /build.gradle
parentc6f8c605509f540213ad9c59049e902e7d4661db (diff)
Bump kotlin-gradle-plugin from 1.6.21 to 1.7.0
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.0. - [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-minor ... 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 cedf4f449..d45a09421 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@
buildscript {
ext {
- kotlinVersion = '1.6.21'
+ kotlinVersion = '1.7.0'
}
repositories {