Skip to content

Commit

Permalink
Updates to Compose 1.7.0-alpha06
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Apr 12, 2024
1 parent 2576150 commit 1b3d293
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]

gradlePlugin = "8.0.2"
gradlePlugin = "8.3.2"
mavenPublish = "0.25.1"
metalava = "0.3.3"

kotlin = "1.8.22"
dokka = "1.8.10"

compose = "1.7.0-alpha02"
compose = "1.7.0-alpha06"
composeCompiler = "1.4.8"
composeMaterial3 = "1.2.0"
composeMaterial3 = "1.3.0-alpha04"

material = "1.5.0"

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Aug 12 00:54:16 KST 2023
#Sat Apr 13 02:56:50 KST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1b3d293

Please sign in to comment.