Skip to content

Commit e2618bd

Browse files
authored
Merge pull request #236 from mikepenz/feature/update_dependencies_20241115
Update to compose multiplatform 1.7.1 | coil 3.0.3 | highlights 1.0.0
2 parents d4890c4 + 895c559 commit e2618bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ targetSdk = "34"
66
androidx-activityCompose = "1.9.3"
77
androidx-material = "1.12.0"
88
compose = "1.7.5"
9-
compose-plugin = "1.7.0"
9+
compose-plugin = "1.7.1"
1010
kotlin = "2.0.21"
1111
coroutines = "1.9.0"
1212
dokka = "2.0.0-Beta"
13-
coil = "3.0.0-rc02"
13+
coil = "3.0.3"
1414
coil2 = "2.7.0"
15-
aboutlib = "11.2.3"
15+
aboutlib = "11.3.0-b01"
1616
markdown = "0.7.3"
1717
detekt = "1.23.7"
1818
gradleMvnPublish = "0.30.0"
1919
screenshot = "0.0.1-alpha07"
2020
ktor = "3.0.1"
21-
highlights = "0.9.3"
21+
highlights = "1.0.0"
2222

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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)