Skip to content

Commit

Permalink
Version 362
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Feb 17, 2024
1 parent 0c8f34b commit 946e9f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 362
- Crash fixes.
- Update translations.

# 361
- Add ability to back up and restore changed or all settings.
- Add toggle for Wireless ADB on Android 11+.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -13,7 +13,7 @@ android {
applicationId = "com.zacharee1.systemuituner"
minSdk= 23
targetSdk = 34
versionCode = 361
versionCode = 362
versionName = versionCode.toString()

base.archivesName.set("SystemUITuner_${versionCode}")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -37,7 +37,7 @@ relinker = "1.4.5"
runtimeVersion = "1.6.1"
seekbarpreference = "1b37341e49"
slidingpanelayout = "1.2.0"
systemuitunersystemsettings = "5fb952ba89"
systemuitunersystemsettings = "56322ef7cb"
taskerpluginlibrary = "0.4.10"
uiToolingPreviewVersion = "1.6.1"
workRuntimeKtx = "2.9.0"
Expand Down

0 comments on commit 946e9f1

Please sign in to comment.