Skip to content

Commit 375fc87

Browse files
committed
chore: kotlin 2.0.10-RC
1 parent 03a4098 commit 375fc87

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

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

33
<p align="center">
44
<a href='https://developer.android.com'><img src='http://img.shields.io/badge/platform-android-green.svg'/></a>
5-
<a href="https://kotlinlang.org/docs/whatsnew1920.html"><img src = "https://shields.io/badge/kotlin-2.0-blue" /></a>
5+
<a href="https://kotlinlang.org/docs/whatsnew1920.html"><img src = "https://shields.io/badge/kotlin-2.0.10-blue" /></a>
66
<a href="https://developer.android.com/jetpack/compose/bom"><img src = "https://img.shields.io/badge/jetpack%20compose-2024.06.00-brightgreen" /></a>
77
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"/></a>
88
</p>

gradle/libs.versions.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ minSdkVer = "28"
88
androidGradlePlugin = "8.5.1"
99
androidTools = "31.5.1"
1010

11-
kotlin = "2.0.0"
11+
# https://github.com/JetBrains/kotlin/releases
12+
kotlin = "2.0.10-RC"
1213
# https://github.com/google/ksp/releases
13-
ksp = "2.0.0-1.0.23"
14+
ksp = "2.0.10-RC-1.0.23"
1415
androidDesugarJdkLibs = "2.0.4"
1516

1617
kotlinxCoroutines = "1.8.1"
@@ -47,7 +48,7 @@ retrofit = "2.11.0"
4748
gson = "2.10.1"
4849
room = "2.6.1"
4950
turbine = "1.1.0"
50-
junit = "1.2.0"
51+
junit = "1.2.1"
5152
material = "1.12.0"
5253
haze = "0.7.1"
5354

0 commit comments

Comments
 (0)