Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit e994ee8

Browse files
Bump org.jetbrains.kotlin.android from 1.9.0 to 1.9.10
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.0 to 1.9.10. - [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.android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6b8487 commit e994ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
plugins {
1717
id("com.android.application") version "8.1.1" apply false
1818
id("com.android.library") version "8.1.1" apply false
19-
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
19+
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
2020
id("org.jetbrains.kotlin.jvm") version "1.9.0" apply false
2121
id("org.jetbrains.kotlin.plugin.allopen") version "1.9.0" apply false
2222
id("dev.rikka.tools.materialthemebuilder") version "1.3.3" apply false

0 commit comments

Comments
 (0)