diff --git a/changelog.md b/changelog.md index 6245030..82b5023 100755 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,10 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v1.5 +- Fixed some known issue +- Updated something + ### v1.4.1 - Fixed Magisk installation issue diff --git a/lite-script_only/README.md b/lite-script_only/README.md index fbc0b3a..6a1f865 100644 --- a/lite-script_only/README.md +++ b/lite-script_only/README.md @@ -4,6 +4,10 @@ - Recommend to run with MT manager ## Changelog +### v1.5 +- Reduced size +- Removed useless code + ### v1.4.1 - Remain same with v1.3.1 diff --git a/lite-script_only/UpdateTargetList.sh b/lite-script_only/UpdateTargetList.sh index f09c696..43dcd87 100644 --- a/lite-script_only/UpdateTargetList.sh +++ b/lite-script_only/UpdateTargetList.sh @@ -45,8 +45,4 @@ for app in $ADDITION; do fi done -# Force stop gms. Not necessary, you can add it if you want -#su -c killall com.google.android.gms -#su -c killall com.google.android.gms.unstable - echo " All done!" diff --git a/module/common/.keybox b/module/common/.default similarity index 100% rename from module/common/.keybox rename to module/common/.default diff --git a/module/common/UpdateTargetList.sh b/module/common/UpdateTargetList.sh index 0595d85..13bc523 100644 --- a/module/common/UpdateTargetList.sh +++ b/module/common/UpdateTargetList.sh @@ -44,9 +44,5 @@ for app in $ADDITION; do fi done -# Force stop gms. Not necessary, you can add it if you want -#su -c killall com.google.android.gms -#su -c killall com.google.android.gms.unstable - echo "- target.txt updated successfully" echo " " \ No newline at end of file diff --git a/module/customize.sh b/module/customize.sh index cc17f71..b4bf18d 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -114,7 +114,7 @@ if [ -f "$ORG_DIR/system.prop" ]; then fi fi -kb="$COMPATH/.keybox" +kb="$COMPATH/.default" ui_print "*********************************************" ui_print "- Do you want to replace tricky store keybox?" ui_print " VOL [+]: YES" diff --git a/module/module.prop b/module/module.prop index 429f4b1..ad21e2c 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon: Update Target List -version=v1.4.1 -versionCode=141 +version=v1.5 +versionCode=150 author=KOWX712 description=Update tricky store target list with action button. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/update.json \ No newline at end of file