Skip to content

Commit

Permalink
Version 360
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Feb 5, 2024
1 parent 6f54463 commit cb82724
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 360
- Fix Shizuku integration for reading and writing settings.
- Fix Add-on integration for reading and writing settings.
- Update link for add-on app.

# 359
- Remove dependency info metadata from APK.
- Work on improving error reporting.
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 359
versionCode 360
versionName versionCode.toString()

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

0 comments on commit cb82724

Please sign in to comment.