Skip to content

Commit

Permalink
DSU Sideloader v2.03 (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
VegaBobo committed Apr 29, 2023
1 parent 0866141 commit 5f05f1e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ plugins {
id("org.jmailen.kotlinter") apply false
}

val versionCode by extra { 7 }
val versionName by extra { "2.02" }
val versionCode by extra { 8 }
val versionName by extra { "2.03" }
val packageName by extra { "vegabobo.dsusideloader" }

task("clean") {
Expand Down
16 changes: 10 additions & 6 deletions other/module_updater/latest_changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
### DSU Sideloader v2.02 (testing updater not real update ok)
### DSU Sideloader v2.03 (8)

- New app design
- Shizuku support
- Built-in DSU installer
- And more...
- Always enforce "settings_dynamic_system" flag when possible.
- May fix installation stuck for some devices
- Write installation script to ExternalFilesDir (only adb operation mode)
- Added developer options, enabled by doing multiple taps in application icon on about section, enables:
- Full logcat logging (may help diagnose installation issues)
- Disable storage checks (only for testing, not recommended)
- Added unlocked bootloader warning
- Other minor fixes and improvements

Read full changelog here: https://github.com/VegaBobo/DSU-Sideloader/releases/tag/2.01
Read more at: https://github.com/VegaBobo/DSU-Sideloader/releases/tag/2.03
4 changes: 2 additions & 2 deletions other/module_updater/updater_module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.02",
"versionCode": 7,
"version": "2.03",
"versionCode": 8,
"zipUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.01/module_DSU_Sideloader.zip",

This comment has been minimized.

Copy link
@Zjkvirus

Zjkvirus Dec 4, 2023

"changelog": "https://raw.githubusercontent.com/VegaBobo/DSU-Sideloader/master/other/module_updater/latest_changelog.md"
}
6 changes: 3 additions & 3 deletions other/module_updater/updater_module_gsid.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.02",
"versionCode": 7,
"zipUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.01/module_DSU_Sideloader-gsid.zip",
"version": "2.03",
"versionCode": 8,
"zipUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.03/module_DSU_Sideloader-gsid.zip",
"changelog": "https://raw.githubusercontent.com/VegaBobo/DSU-Sideloader/master/other/module_updater/latest_changelog.md"
}
8 changes: 4 additions & 4 deletions other/updater.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"identifier":"dsu_sideloader",
"versionCode": 6,
"versionName": "2.01",
"apkUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.01/app-debug.apk",
"changelogUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/tag/2.01"
"versionCode": 8,
"versionName": "2.02",
"apkUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.03/app-release.apk",
"changelogUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/tag/2.03"
}

0 comments on commit 5f05f1e

Please sign in to comment.