Skip to content

Commit

Permalink
Updates to Compose 1.7.0-alpha07
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Apr 22, 2024
1 parent 9e7456e commit 4ed490f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'org.jetbrains.kotlin.android'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'org.jetbrains.kotlin.android'
id 'com.vanniktech.maven.publish'
id 'org.jetbrains.dokka'
id 'me.tylerbwong.gradle.metalava'
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

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

Expand All @@ -11,7 +11,7 @@ dokka = "1.8.10"
# Compose
activity = "1.7.2"
navigation = "2.7.2"
compose = "1.7.0-alpha01"
compose = "1.7.0-alpha07"
composeCompiler = "1.5.2"

# AndroidX
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 @@
#Tue Jan 30 11:19:30 KST 2024
#Tue Apr 23 00:28:51 KST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4ed490f

Please sign in to comment.