From bf70ff2d11078e38c8dd3c5d689ebe949fef95d8 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 3 Jan 2023 09:28:53 -0300 Subject: [wallet] Move to accompanist theme adapter as the old one is deprecated --- wallet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wallet/build.gradle') diff --git a/wallet/build.gradle b/wallet/build.gradle index 729ad30..a0781d7 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -131,7 +131,7 @@ dependencies { implementation "androidx.compose.material:material:1.3.1" implementation "androidx.compose.material:material-icons-extended:1.3.1" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version" - implementation 'com.google.android.material:compose-theme-adapter:1.2.1' + implementation "com.google.accompanist:accompanist-themeadapter-material:0.28.0" // Lists and Selection implementation "androidx.recyclerview:recyclerview:1.2.1" -- cgit v1.2.3