We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954b2cf commit 9860b8bCopy full SHA for 9860b8b
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 353
2
+- Fix an issue with SeekBars not working.
3
+- Fix issues with light mode.
4
+- Improve UX in Night Mode option.
5
+- Crash fixes.
6
+
7
# 352
8
- Fix some issues with revertable settings.
9
- Fix dialog behavior for small displays.
app/build.gradle
@@ -13,7 +13,7 @@ android {
13
applicationId "com.zacharee1.systemuituner"
14
minSdkVersion 23
15
targetSdkVersion 33
16
- versionCode 352
+ versionCode 353
17
versionName versionCode.toString()
18
}
19
0 commit comments