浏览代码

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>
dependabot[bot] 4 年之前
父节点
当前提交
8b4c52c62b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -22,7 +22,7 @@
 buildscript {
 buildscript {
 
 
     ext {
     ext {
-        kotlinVersion = '1.3.50'
+        kotlinVersion = '1.4.32'
     }
     }
 
 
     repositories {
     repositories {