Skip to content

Commit c96c366

Browse files
authored
Merge pull request #220 from mikepenz/feature/dependency_updates_20241010
Upgrade to Compose-MP 1.7.0-rc01
2 parents e676d74 + 29e09c3 commit c96c366

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[versions]
2-
agp = "8.6.0"
2+
agp = "8.6.1"
33
compileSdk = "34"
44
minSdk = "21"
55
targetSdk = "34"
66
androidx-activityCompose = "1.9.2"
77
androidx-material = "1.12.0"
8-
compose = "1.7.1"
9-
compose-plugin = "1.7.0-beta02"
8+
compose = "1.7.3"
9+
compose-plugin = "1.7.0-rc01"
1010
kotlin = "2.0.20"
1111
coroutines = "1.9.0"
1212
dokka = "1.9.20"
13-
coil = "3.0.0-alpha10"
13+
coil = "3.0.0-rc01"
1414
coil2 = "2.7.0"
1515
aboutlib = "11.2.3"
1616
markdown = "0.7.3"
1717
detekt = "1.23.7"
1818
gradleMvnPublish = "0.29.0"
1919
screenshot = "0.0.1-alpha07"
20-
ktor = "3.0.0-rc-1"
21-
highlights = "0.9.2"
20+
ktor = "3.0.0-rc-2"
21+
highlights = "0.9.3"
2222

2323
[libraries]
2424
androidx-material = { group = "com.google.android.material", name = "material", version.ref = "androidx-material" }

0 commit comments

Comments
 (0)