Skip to content

Commit

Permalink
Update Jetpack Compose Material3 Adaptive 1.0.0-rc01 -> 1.0.0 (#1578)
Browse files Browse the repository at this point in the history
Update Jetpack Compose Material3 Adaptive 1.0.0-rc01 -> 1.0.0
Copied from 4363555
  • Loading branch information
pjBooms authored and igordmn committed Sep 18, 2024
1 parent e25551a commit c528fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ artifactRedirecting.androidx.compose.material.material-navigation.version=1.7.0-
# Look for `COMPOSE_MATERIAL3_COMMON` in libraryversions.toml
artifactRedirecting.androidx.compose.material3.common.version=1.0.0-alpha01
# Look for `COMPOSE_MATERIAL3_ADAPTIVE` in libraryversions.toml
artifactRedirecting.androidx.compose.material3.adaptive.version=1.0.0-rc01
artifactRedirecting.androidx.compose.material3.adaptive.version=1.0.0
# We use artifactRedirecting not only for Compose libs:
artifactRedirecting.androidx.collection.version=1.4.0
artifactRedirecting.androidx.annotation.version=1.8.0
Expand Down
2 changes: 1 addition & 1 deletion libraryversions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COLLECTION = "1.4.0"
COMPOSE = "1.7.1"
COMPOSE_COMPILER = "1.5.4"
COMPOSE_MATERIAL3 = "1.3.0-rc01"
COMPOSE_MATERIAL3_ADAPTIVE = "1.0.0-rc01"
COMPOSE_MATERIAL3_ADAPTIVE = "1.0.0"
COMPOSE_MATERIAL3_ADAPTIVE_NAVIGATION_SUITE = "1.0.0-alpha07"
COMPOSE_MATERIAL3_COMMON = "1.0.0-alpha01"
COMPOSE_RUNTIME_TRACING = "1.0.0-alpha05"
Expand Down

0 comments on commit c528fbe

Please sign in to comment.