diff --git a/build.gradle.kts b/build.gradle.kts index ff607ca..bc62dcb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") { diff --git a/other/module_updater/latest_changelog.md b/other/module_updater/latest_changelog.md index 9fbb98f..c68456a 100644 --- a/other/module_updater/latest_changelog.md +++ b/other/module_updater/latest_changelog.md @@ -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 \ No newline at end of file +Read more at: https://github.com/VegaBobo/DSU-Sideloader/releases/tag/2.03 \ No newline at end of file diff --git a/other/module_updater/updater_module.json b/other/module_updater/updater_module.json index f02ed92..c3e9598 100644 --- a/other/module_updater/updater_module.json +++ b/other/module_updater/updater_module.json @@ -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", "changelog": "https://raw.githubusercontent.com/VegaBobo/DSU-Sideloader/master/other/module_updater/latest_changelog.md" } \ No newline at end of file diff --git a/other/module_updater/updater_module_gsid.json b/other/module_updater/updater_module_gsid.json index 4ef47df..04095de 100644 --- a/other/module_updater/updater_module_gsid.json +++ b/other/module_updater/updater_module_gsid.json @@ -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" } \ No newline at end of file diff --git a/other/updater.json b/other/updater.json index 9b76e83..fb73ea6 100644 --- a/other/updater.json +++ b/other/updater.json @@ -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" }