mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
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>
This commit is contained in:
parent
3e3cf878a7
commit
8b4c52c62b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
buildscript {
|
||||
|
||||
ext {
|
||||
kotlinVersion = '1.3.50'
|
||||
kotlinVersion = '1.4.32'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue