aboutsummaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle2
1 files changed, 1 insertions, 1 deletions
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"