Skip to content

Commit bdcc196

Browse files
Merge pull request android#326 from googlecodelabs/fm/theme_adapter
[Migration-main] Using accompanist theme adapter
2 parents ca9751f + fa95a55 commit bdcc196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MigrationCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies {
8282
implementation "com.github.bumptech.glide:glide:4.14.2"
8383
implementation "com.google.android.material:material:1.7.0"
8484
implementation "com.google.code.gson:gson:2.10.1"
85-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20"
85+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.21"
8686
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
8787
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
8888

@@ -96,7 +96,7 @@ dependencies {
9696
implementation "androidx.compose.ui:ui-tooling-preview"
9797
debugImplementation "androidx.compose.ui:ui-tooling"
9898

99-
implementation "com.google.android.material:compose-theme-adapter:1.2.1"
99+
implementation "com.google.accompanist:accompanist-themeadapter-material:0.28.0"
100100

101101
// Testing dependencies
102102
androidTestImplementation "androidx.arch.core:core-testing:2.1.0"

0 commit comments

Comments
 (0)