Skip to content

Commit

Permalink
⬆️ Upgrade dependencies: AndroidX Activity KTX to 1.10.0, AndroidX Co…
Browse files Browse the repository at this point in the history
…mpose to 1.10.0, Kotlin to 2.1.10.
  • Loading branch information
vinceglb committed Feb 1, 2025
1 parent d7d28e2 commit fb74587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ agp = "8.8.0"
android-compileSdk = "35"
android-minSdk = "21"
android-targetSdk = "35"
androidx-activity-ktx = "1.9.3"
androidx-activity-ktx = "1.10.0"
androidx-annotation = "1.9.1"
androidx-compose = "1.9.3"
androidx-compose = "1.10.0"
androidx-documentfile = "1.0.1"
androidx-exifinterface = "1.3.7"
androidx-lifecycle = "2.8.4"
Expand All @@ -14,7 +14,7 @@ coilCompose = "3.0.4"
compose-multiplatform = "1.7.3"
dbus-java = "5.1.0"
jna = "5.16.0"
kotlin = "2.1.10-RC"
kotlin = "2.1.10"
kotlinx-browser = "0.3"
kotlinx-coroutines = "1.10.1"
kotlinx-io = "0.6.0"
Expand Down

0 comments on commit fb74587

Please sign in to comment.