Skip to content

Commit

Permalink
Version 357
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Feb 3, 2024
1 parent e073a8b commit 9a7e4f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 355
# 357
- Add ability to use Android 13's per-app language selector.
- Fix crash in Demo Mode screen and other places where dynamic broadcast receivers are used on Android 14.
- Hopefully improve Persistent Options service reliability on boot.
- Improve error reporting.

# 355/356
- Fix missing text in intro slider.
- Fix text colors.
- Fix icon colors.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
applicationId "com.zacharee1.systemuituner"
minSdkVersion 23
targetSdkVersion 34
versionCode 356
versionCode 357
versionName versionCode.toString()
}

Expand Down

0 comments on commit 9a7e4f6

Please sign in to comment.