Skip to content

Commit

Permalink
Merge pull request #236 from mikepenz/feature/update_dependencies_202…
Browse files Browse the repository at this point in the history
…41115

Update to compose multiplatform 1.7.1 | coil 3.0.3 | highlights 1.0.0
  • Loading branch information
mikepenz authored Nov 15, 2024
2 parents d4890c4 + 895c559 commit e2618bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ targetSdk = "34"
androidx-activityCompose = "1.9.3"
androidx-material = "1.12.0"
compose = "1.7.5"
compose-plugin = "1.7.0"
compose-plugin = "1.7.1"
kotlin = "2.0.21"
coroutines = "1.9.0"
dokka = "2.0.0-Beta"
coil = "3.0.0-rc02"
coil = "3.0.3"
coil2 = "2.7.0"
aboutlib = "11.2.3"
aboutlib = "11.3.0-b01"
markdown = "0.7.3"
detekt = "1.23.7"
gradleMvnPublish = "0.30.0"
screenshot = "0.0.1-alpha07"
ktor = "3.0.1"
highlights = "0.9.3"
highlights = "1.0.0"

[libraries]
androidx-material = { group = "com.google.android.material", name = "material", version.ref = "androidx-material" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit e2618bd

Please sign in to comment.