This commit is contained in:
Thomas 2022-12-08 10:31:58 +01:00
parent 6fa23d1bc3
commit 724813407d
2 changed files with 5 additions and 1 deletions

View File

@ -79,7 +79,11 @@ allprojects {
dependencies {
implementation project(':autoimageslider')
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation "androidx.compose.material3:material3:1.0.1"
implementation "androidx.compose.material3:material3-window-size-class:1.0.1"
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.google.code.gson:gson:2.9.1"
implementation 'com.squareup.retrofit2:retrofit:2.9.0'

View File

@ -2016,6 +2016,6 @@
<string name="set_dynamic_color_indication">Align tonally with the color scheme of your personal wallpaper.</string>
<string name="type_default_theme_light">Default light theme</string>
<string name="type_default_theme_dark">Default dark theme</string>
<string name="set_cardview">Use card view presentation</string>
<string name="set_cardview">Elevated cards</string>
<string name="set_cardview_indication">When enabled, items in timelines will have a shadow and an elevation.</string>
</resources>