File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ minSdkVer = "28"
88androidGradlePlugin = " 8.5.1"
99androidTools = " 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"
1415androidDesugarJdkLibs = " 2.0.4"
1516
1617kotlinxCoroutines = " 1.8.1"
@@ -47,7 +48,7 @@ retrofit = "2.11.0"
4748gson = " 2.10.1"
4849room = " 2.6.1"
4950turbine = " 1.1.0"
50- junit = " 1.2.0 "
51+ junit = " 1.2.1 "
5152material = " 1.12.0"
5253haze = " 0.7.1"
5354
You can’t perform that action at this time.
0 commit comments