Skip to content

Commit

Permalink
Update material3-adaptive to 1.0.0-alpha08 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo authored Mar 8, 2024
1 parent bb01aa8 commit 7925f9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ fun SampleListDetailPaneScaffoldParts() {

// [START android_compose_adaptivelayouts_sample_list_detail_pane_scaffold_part03]
ListDetailPaneScaffold(
scaffoldState = navigator.scaffoldState,
directive = navigator.scaffoldDirective,
value = navigator.scaffoldValue,
// [START_EXCLUDE]
listPane = {},
detailPane = {},
Expand All @@ -74,7 +75,8 @@ fun SampleListDetailPaneScaffoldParts() {

// [START android_compose_adaptivelayouts_sample_list_detail_pane_scaffold_part04]
ListDetailPaneScaffold(
scaffoldState = navigator.scaffoldState,
directive = navigator.scaffoldDirective,
value = navigator.scaffoldValue,
listPane = {
AnimatedPane(Modifier) {
MyList(
Expand All @@ -95,7 +97,8 @@ fun SampleListDetailPaneScaffoldParts() {

// [START android_compose_adaptivelayouts_sample_list_detail_pane_scaffold_part05]
ListDetailPaneScaffold(
scaffoldState = navigator.scaffoldState,
directive = navigator.scaffoldDirective,
value = navigator.scaffoldValue,
listPane =
// [START_EXCLUDE]
{},
Expand Down Expand Up @@ -129,7 +132,8 @@ fun SampleListDetailPaneScaffoldFull() {
}

ListDetailPaneScaffold(
scaffoldState = navigator.scaffoldState,
directive = navigator.scaffoldDirective,
value = navigator.scaffoldValue,
listPane = {
AnimatedPane(Modifier) {
MyList(
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ kotlin = "1.9.20"
ksp = "1.8.0-1.0.9"
maps-compose = "4.3.2"
material = "1.11.0"
material3-adaptive = "1.0.0-alpha07"
material3-adaptive-navigation-suite = "1.0.0-alpha04"
material3-adaptive = "1.0.0-alpha08"
material3-adaptive-navigation-suite = "1.0.0-alpha05"
media3 = "1.2.1"
# @keep
minSdk = "21"
Expand Down

0 comments on commit 7925f9d

Please sign in to comment.