Skip to content

Commit 319949b

Browse files
committed
chore: Update AGP, Kotlin, and dependencies in libs.versions.toml
- Updated Android Gradle Plugin (AGP) from 9.0.0 to 9.0.1. - Updated Kotlin from 2.1.10 to 2.3.10. - Updated `androidx-activity-compose` from 1.12.3 to 1.12.4. - Reorganized the `[versions]` block for better readability, grouping SDK and tool versions at the top.
1 parent 056555f commit 319949b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
2+
jdk = "17"
3+
agp = "9.0.1"
4+
compileSdk = "36"
5+
minSdk = "21"
26
kotlin = "2.3.10"
3-
agp = "9.0.0"
47
compose = "1.10.1"
8+
kotlinx-coroutines = "1.10.2"
9+
kotlinx-browser = "0.5.0"
510
composeMaterial3 = "1.9.0"
611
composeMaterialIconsExtended = "1.7.3"
712
androidx-navigation = "2.9.2"
8-
androidx-activity-compose = "1.12.3"
13+
androidx-activity-compose = "1.12.4"
914
kotlinx-serialization-json = "1.10.0"
10-
kotlinx-coroutines = "1.10.2"
11-
kotlinx-browser = "0.5.0"
1215
vanniktech = "0.36.0"
13-
compileSdk = "36"
14-
minSdk = "21"
15-
jdk = "17"
1616

1717
[libraries]
1818
androidx-navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }

0 commit comments

Comments
 (0)