We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f54463 commit cb82724Copy full SHA for cb82724
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 360
2
+- Fix Shizuku integration for reading and writing settings.
3
+- Fix Add-on integration for reading and writing settings.
4
+- Update link for add-on app.
5
+
6
# 359
7
- Remove dependency info metadata from APK.
8
- Work on improving error reporting.
app/build.gradle
@@ -13,7 +13,7 @@ android {
13
applicationId "com.zacharee1.systemuituner"
14
minSdkVersion 23
15
targetSdkVersion 34
16
- versionCode 359
+ versionCode 360
17
versionName versionCode.toString()
18
19
base.archivesName.set("SystemUITuner_${versionCode}")
0 commit comments