Skip to content

Commit

Permalink
Merge pull request #207 from mikepenz/feature/upgrade_dependencies_20…
Browse files Browse the repository at this point in the history
…240906

Upgrade Dependencies | Compose 1.7.0
  • Loading branch information
mikepenz authored Sep 6, 2024
2 parents 134cc80 + 62da0ff commit 0f0928f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
agp = "8.5.2"
agp = "8.6.0"
compileSdk = "34"
minSdk = "21"
targetSdk = "34"
androidx-activityCompose = "1.9.1"
androidx-activityCompose = "1.9.2"
androidx-material = "1.12.0"
compose = "1.6.8"
compose-plugin = "1.6.11"
compose = "1.7.0"
compose-plugin = "1.7.0-beta01"
kotlin = "2.0.20"
coroutines = "1.8.1"
dokka = "1.9.20"
Expand All @@ -16,7 +16,7 @@ aboutlib = "11.2.3"
markdown = "0.7.3"
detekt = "1.23.6"
gradleMvnPublish = "0.29.0"
screenshot = "0.0.1-alpha05"
screenshot = "0.0.1-alpha06"
ktor = "3.0.0-beta-2"
highlights = "0.9.1"

Expand Down

0 comments on commit 0f0928f

Please sign in to comment.