Skip to content

Commit

Permalink
Merge pull request #361 from googlecodelabs/chris/adaptive/missing_dep
Browse files Browse the repository at this point in the history
Add window size class dependency in solution for AdaptiveUICodelab
  • Loading branch information
Gurupreet authored May 15, 2023
2 parents 62ca492 + 7fa03b3 commit 3f9e18b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AdaptiveUiCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.10.1'
implementation "androidx.window:window:1.0.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
implementation "androidx.compose.material3:material3-window-size-class:1.2.0-alpha01"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit 3f9e18b

Please sign in to comment.