diff --git a/mastodon/build.gradle b/mastodon/build.gradle
index 19c8489f0..89b6515ac 100644
--- a/mastodon/build.gradle
+++ b/mastodon/build.gradle
@@ -10,7 +10,7 @@ android {
minSdk 23
targetSdk 33
versionCode 66
- versionName "2.1.0"
+ versionName "2.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "ar-rSA", "be-rBY", "bn-rBD", "bs-rBA", "ca-rES", "cs-rCZ", "da-rDK", "de-rDE", "el-rGR", "es-rES", "eu-rES", "fa-rIR", "fi-rFI", "fil-rPH", "fr-rFR", "ga-rIE", "gd-rGB", "gl-rES", "hi-rIN", "hr-rHR", "hu-rHU", "hy-rAM", "ig-rNG", "in-rID", "is-rIS", "it-rIT", "iw-rIL", "ja-rJP", "kab", "ko-rKR", "my-rMM", "nl-rNL", "no-rNO", "oc-rFR", "pl-rPL", "pt-rBR", "pt-rPT", "ro-rRO", "ru-rRU", "si-rLK", "sl-rSI", "sv-rSE", "th-rTH", "tr-rTR", "uk-rUA", "ur-rIN", "vi-rVN", "zh-rCN", "zh-rTW"
}
@@ -76,7 +76,7 @@ dependencies {
implementation 'me.grishka.litex:viewpager:1.0.0'
implementation 'me.grishka.litex:viewpager2:1.0.0'
implementation 'me.grishka.litex:palette:1.0.0'
- implementation 'me.grishka.appkit:appkit:1.2.10'
+ implementation 'me.grishka.appkit:appkit:1.2.11'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'org.jsoup:jsoup:1.14.3'
implementation 'com.squareup:otto:1.3.8'
diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml
index c5017e88d..9918183bc 100644
--- a/mastodon/src/main/res/values/styles.xml
+++ b/mastodon/src/main/res/values/styles.xml
@@ -21,6 +21,7 @@
- @color/m3_sys_light_primary
- @style/Widget.Mastodon.Toolbar.ActionMode
- @drawable/ic_actionmode_close
+ - @style/empty_text
- @color/m3_sys_light_primary
@@ -85,6 +86,7 @@
- true
- @color/m3_sys_dark_primary
- @drawable/ic_actionmode_close
+ - @style/empty_text
- @color/m3_sys_dark_primary
@@ -399,4 +401,8 @@
+
+
\ No newline at end of file