We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e073a8b commit 9a7e4f6Copy full SHA for 9a7e4f6
2 files changed
CHANGELOG.md
@@ -1,4 +1,10 @@
1
-# 355
+# 357
2
+- Add ability to use Android 13's per-app language selector.
3
+- Fix crash in Demo Mode screen and other places where dynamic broadcast receivers are used on Android 14.
4
+- Hopefully improve Persistent Options service reliability on boot.
5
+- Improve error reporting.
6
+
7
+# 355/356
8
- Fix missing text in intro slider.
9
- Fix text colors.
10
- Fix icon colors.
app/build.gradle
@@ -13,7 +13,7 @@ android {
13
applicationId "com.zacharee1.systemuituner"
14
minSdkVersion 23
15
targetSdkVersion 34
16
- versionCode 356
+ versionCode 357
17
versionName versionCode.toString()
18
}
19
0 commit comments