Skip to content

Commit

Permalink
Version 353
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Mar 19, 2023
1 parent 954b2cf commit 9860b8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 353
- Fix an issue with SeekBars not working.
- Fix issues with light mode.
- Improve UX in Night Mode option.
- Crash fixes.

# 352
- Fix some issues with revertable settings.
- Fix dialog behavior for small displays.
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 33
versionCode 352
versionCode 353
versionName versionCode.toString()
}

Expand Down

0 comments on commit 9860b8b

Please sign in to comment.