Skip to content

Commit 0d9301e

Browse files
Bump kotlin_version from 1.3.50 to 1.6.0
Bumps `kotlin_version` from 1.3.50 to 1.6.0. Updates `kotlin-gradle-plugin` from 1.3.50 to 1.6.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) Updates `kotlin-stdlib-jdk7` from 1.3.50 to 1.6.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 - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9103e5 commit 0d9301e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
buildscript {
33
apply from: 'dependencies.gradle'
4-
ext.kotlin_version = '1.3.50'
4+
ext.kotlin_version = '1.6.0'
55
ext.jacoco_version = '0.8.2'
66

77
repositories {

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
targetSDK = 29
44
compileSDK = 29
55

6-
kotlin_version = "1.3.50"
6+
kotlin_version = "1.6.0"
77
androidx_compat_version = "1.4.0"
88
androidx_core_version = "1.1.0"
99
androidx_constraintlayout_version = "1.1.3"

0 commit comments

Comments
 (0)