bumping Compose and version mapping from 1.4.0-rc01 to Compose 1.5.0-alpha01
Change-Id: I3b397971acf65971892239a77ba44accce766c1c
diff --git a/compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/VersionChecker.kt b/compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/VersionChecker.kt
index fc5593e..3c67d9f 100644
--- a/compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/VersionChecker.kt
+++ b/compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/VersionChecker.kt
@@ -106,6 +106,9 @@
9300 to "1.4.0-alpha05",
9400 to "1.4.0-alpha06",
9500 to "1.4.0-beta01",
+ 9600 to "1.4.0-beta02",
+ 9700 to "1.4.0-rc01",
+ 9701 to "1.5.0-alpha01",
)
/**
diff --git a/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ComposeVersion.kt b/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ComposeVersion.kt
index 7cb70ca..5e658a4 100644
--- a/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ComposeVersion.kt
+++ b/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ComposeVersion.kt
@@ -28,5 +28,5 @@
* IMPORTANT: Whenever updating this value, please make sure to also update `versionTable` and
* `minimumRuntimeVersionInt` in `VersionChecker.kt` of the compiler.
*/
- const val version: Int = 9500
+ const val version: Int = 9701
}
diff --git a/constraintlayout/constraintlayout-compose/build.gradle b/constraintlayout/constraintlayout-compose/build.gradle
index bc8b31b..9023b3d 100644
--- a/constraintlayout/constraintlayout-compose/build.gradle
+++ b/constraintlayout/constraintlayout-compose/build.gradle
@@ -28,18 +28,18 @@
dependencies {
if(!AndroidXComposePlugin.isMultiplatformEnabled(project)) {
- implementation(project(":compose:ui:ui"))
- implementation(project(":compose:ui:ui-unit"))
- implementation(project(":compose:ui:ui-util"))
- implementation(project(":compose:foundation:foundation"))
- implementation(project(":compose:foundation:foundation-layout"))
+ implementation("androidx.compose.ui:ui:1.4.0-beta02")
+ implementation("androidx.compose.ui:ui-unit:1.4.0-beta02")
+ implementation("androidx.compose.ui:ui-util:1.4.0-beta02")
+ implementation("androidx.compose.foundation:foundation:1.4.0-beta02")
+ implementation("androidx.compose.foundation:foundation-layout:1.4.0-beta02")
implementation(project(":constraintlayout:constraintlayout-core"))
- androidTestImplementation(project(":compose:material:material"))
- androidTestImplementation(project(":compose:ui:ui-test"))
- androidTestImplementation(project(":compose:ui:ui-test-junit4"))
- androidTestImplementation(project(":compose:ui:ui-test-manifest"))
+ androidTestImplementation("androidx.compose.material:material:1.4.0-beta02")
+ androidTestImplementation("androidx.compose.ui:ui-test:1.4.0-beta02")
+ androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.4.0-beta02")
+ androidTestImplementation("androidx.compose.ui:ui-test-manifest:1.4.0-beta02")
androidTestImplementation(project(":activity:activity"))
androidTestImplementation(libs.kotlinTest)
diff --git a/libraryversions.toml b/libraryversions.toml
index 9653e94..e4eda3b 100644
--- a/libraryversions.toml
+++ b/libraryversions.toml
@@ -22,9 +22,9 @@
CAR_APP = "1.4.0-alpha01"
COLLECTION = "1.3.0-alpha03"
COLLECTION_KMP = "1.3.0-dev01"
-COMPOSE = "1.4.0-rc01"
+COMPOSE = "1.5.0-alpha01"
COMPOSE_COMPILER = "1.4.3"
-COMPOSE_MATERIAL3 = "1.1.0-alpha07"
+COMPOSE_MATERIAL3 = "1.1.0-alpha08"
COMPOSE_RUNTIME_TRACING = "1.0.0-alpha03"
CONSTRAINTLAYOUT = "2.2.0-beta01"
CONSTRAINTLAYOUT_COMPOSE = "1.1.0-beta01"