Skip to content

Commit

Permalink
- update to gradle 8.7
Browse files Browse the repository at this point in the history
- gradle build 8.3.1
- dokka 1.9.20
- kotlin core 1.9.23
- compose 1.6.4
- compose ui 1.6.4
- compose compiler 1.5.11
- compose multiplatform 1.6.1
  • Loading branch information
mikepenz committed Mar 23, 2024
1 parent 9d2e35c commit f04976d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Expand Up @@ -5,19 +5,19 @@ coreMinSdk = "19"
minSdk = "21"
targetSdk = "34"
# build
gradleBuild = "8.2.2"
gradleBuild = "8.3.1"
# kotlin
dokka = "1.9.10"
kotlinCore = { require = "1.9.22" }
dokka = "1.9.20"
kotlinCore = { require = "1.9.23" }
kotlinCoroutines = { require = "1.8.0" }
kotlinxSerialization = "1.6.3"
kotlinxCollections = "0.3.7"
# compose
compose = "1.6.2"
composeUi = "1.6.2" # foundation / material
composeCompiler = "1.5.10"
composejb = "1.6.0"
composeCompilerJb = "1.5.8"
compose = "1.6.4"
composeUi = "1.6.4" # foundation / material
composeCompiler = "1.5.11"
composejb = "1.6.1"
composeCompilerJb = "1.5.10"
# androidx
activity = "1.8.2"
cardview = "1.0.0"
Expand All @@ -34,7 +34,7 @@ fastAdapter = "5.7.0"
gradleMvnPublish = "0.25.3"
iconics = "5.4.0"
itemAnimators = "1.1.0"
ivy = "2.5.1"
ivy = "2.5.2"
materialDrawer = "9.0.2"
okhttp = "4.12.0"

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Binary file modified plugin-build/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin-build/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit f04976d

Please sign in to comment.