Skip to content

Commit 9a7e4f6

Browse files
committed
Version 357
1 parent e073a8b commit 9a7e4f6

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 355
1+
# 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
28
- Fix missing text in intro slider.
39
- Fix text colors.
410
- Fix icon colors.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
applicationId "com.zacharee1.systemuituner"
1414
minSdkVersion 23
1515
targetSdkVersion 34
16-
versionCode 356
16+
versionCode 357
1717
versionName versionCode.toString()
1818
}
1919

0 commit comments

Comments
 (0)