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>2021-04-22 00:14:39 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-27 23:03:38 +0300
commit8b4c52c62b8877f2770810df4d44e8847f926598 (patch)
tree913b5d2856d11c4c075617c8c506b79de8e73e89 /build.gradle
parent3e3cf878a753e653fecc4b66a35235e74ba00cc1 (diff)
Bump kotlinVersion from 1.3.50 to 1.4.32
Bumps `kotlinVersion` from 1.3.50 to 1.4.32. Updates `kotlin-gradle-plugin` from 1.3.50 to 1.4.32 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.50...v1.4.32) Updates `kotlin-stdlib` from 1.3.50 to 1.4.32 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.50...v1.4.32) 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 fbe358efa..ee2bbb77a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@
buildscript {
ext {
- kotlinVersion = '1.3.50'
+ kotlinVersion = '1.4.32'
}
repositories {