Skip to content

Commit

Permalink
Version 361
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Feb 10, 2024
1 parent 9dd1f1d commit a63f738
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 361
- Add ability to back up and restore changed or all settings.
- Add toggle for Wireless ADB on Android 11+.
- Add Show Touches toggle.
- Fix missing icons in quick settings tiles.
- Improve settings read/write behavior with Shizuku.

# 360
- Fix Shizuku integration for reading and writing settings.
- Fix Add-on integration for reading and writing settings.
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 360
versionCode 361
versionName versionCode.toString()

base.archivesName.set("SystemUITuner_${versionCode}")
Expand Down

0 comments on commit a63f738

Please sign in to comment.