Skip to content

Commit 0f0928f

Browse files
authored
Merge pull request #207 from mikepenz/feature/upgrade_dependencies_20240906
Upgrade Dependencies | Compose 1.7.0
2 parents 134cc80 + 62da0ff commit 0f0928f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
agp = "8.5.2"
2+
agp = "8.6.0"
33
compileSdk = "34"
44
minSdk = "21"
55
targetSdk = "34"
6-
androidx-activityCompose = "1.9.1"
6+
androidx-activityCompose = "1.9.2"
77
androidx-material = "1.12.0"
8-
compose = "1.6.8"
9-
compose-plugin = "1.6.11"
8+
compose = "1.7.0"
9+
compose-plugin = "1.7.0-beta01"
1010
kotlin = "2.0.20"
1111
coroutines = "1.8.1"
1212
dokka = "1.9.20"
@@ -16,7 +16,7 @@ aboutlib = "11.2.3"
1616
markdown = "0.7.3"
1717
detekt = "1.23.6"
1818
gradleMvnPublish = "0.29.0"
19-
screenshot = "0.0.1-alpha05"
19+
screenshot = "0.0.1-alpha06"
2020
ktor = "3.0.0-beta-2"
2121
highlights = "0.9.1"
2222

0 commit comments

Comments
 (0)