Commit 72481340 authored by Thomas's avatar Thomas
Browse files

Fix typo

parent 6fa23d1b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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'
+1 −1
Original line number Diff line number Diff line
@@ -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>
 No newline at end of file