Skip to content

Commit

Permalink
Merge pull request #220 from mikepenz/feature/dependency_updates_2024…
Browse files Browse the repository at this point in the history
…1010

Upgrade to Compose-MP 1.7.0-rc01
  • Loading branch information
mikepenz authored Oct 10, 2024
2 parents e676d74 + 29e09c3 commit c96c366
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
agp = "8.6.0"
agp = "8.6.1"
compileSdk = "34"
minSdk = "21"
targetSdk = "34"
androidx-activityCompose = "1.9.2"
androidx-material = "1.12.0"
compose = "1.7.1"
compose-plugin = "1.7.0-beta02"
compose = "1.7.3"
compose-plugin = "1.7.0-rc01"
kotlin = "2.0.20"
coroutines = "1.9.0"
dokka = "1.9.20"
coil = "3.0.0-alpha10"
coil = "3.0.0-rc01"
coil2 = "2.7.0"
aboutlib = "11.2.3"
markdown = "0.7.3"
detekt = "1.23.7"
gradleMvnPublish = "0.29.0"
screenshot = "0.0.1-alpha07"
ktor = "3.0.0-rc-1"
highlights = "0.9.2"
ktor = "3.0.0-rc-2"
highlights = "0.9.3"

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

0 comments on commit c96c366

Please sign in to comment.