Fix typo
This commit is contained in:
parent
6fa23d1bc3
commit
724813407d
|
@ -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'
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue