Skip to content

Commit 3df0d2d

Browse files
authored
🔀 Merge pull request #268 from vinceglb/upgrade-deps
⬆️ Upgrade Compose Multiplatform 1.8.0, Kotlin 2.1.21-RC2 and AGP 8.10.0
2 parents 7373307 + c08200a commit 3df0d2d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
agp = "8.9.2"
3-
android-compileSdk = "35"
2+
agp = "8.10.0"
3+
android-compileSdk = "36"
44
android-minSdk = "21"
5-
android-targetSdk = "35"
5+
android-targetSdk = "36"
66
androidx-activity-ktx = "1.10.1"
77
androidx-annotation = "1.9.1"
88
androidx-compose = "1.10.1"
9-
androidx-documentfile = "1.0.1"
9+
androidx-documentfile = "1.1.0"
1010
androidx-exifinterface = "1.4.1"
1111
androidx-lifecycle = "2.8.4"
1212
androidx-startup = "1.2.0"
13-
coilCompose = "3.1.0"
14-
compose-multiplatform = "1.7.3"
13+
coilCompose = "3.2.0-rc02"
14+
compose-multiplatform = "1.8.0"
1515
dbus-java = "5.1.1"
1616
human-readable = "1.11.0"
1717
jna = "5.17.0"
18-
kotlin = "2.1.20"
18+
kotlin = "2.1.21-RC2"
1919
kotlinx-browser = "0.3"
2020
kotlinx-coroutines = "1.10.2"
2121
kotlinx-datetime = "0.6.2"

0 commit comments

Comments
 (0)