update v1.5

This commit is contained in:
KOWX712
2024-11-01 03:27:02 +08:00
parent 2948476589
commit 6cb72d87aa
7 changed files with 11 additions and 11 deletions

View File

@@ -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) Telegram channel: [KOW's Little World](https://t.me/kowchannel)
## Changelog ## Changelog
### v1.5
- Fixed some known issue
- Updated something
### v1.4.1 ### v1.4.1
- Fixed Magisk installation issue - Fixed Magisk installation issue

View File

@@ -4,6 +4,10 @@
- Recommend to run with MT manager - Recommend to run with MT manager
## Changelog ## Changelog
### v1.5
- Reduced size
- Removed useless code
### v1.4.1 ### v1.4.1
- Remain same with v1.3.1 - Remain same with v1.3.1

View File

@@ -45,8 +45,4 @@ for app in $ADDITION; do
fi fi
done 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!" echo " All done!"

View File

@@ -44,9 +44,5 @@ for app in $ADDITION; do
fi fi
done 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 "- target.txt updated successfully"
echo " " echo " "

View File

@@ -114,7 +114,7 @@ if [ -f "$ORG_DIR/system.prop" ]; then
fi fi
fi fi
kb="$COMPATH/.keybox" kb="$COMPATH/.default"
ui_print "*********************************************" ui_print "*********************************************"
ui_print "- Do you want to replace tricky store keybox?" ui_print "- Do you want to replace tricky store keybox?"
ui_print " VOL [+]: YES" ui_print " VOL [+]: YES"

View File

@@ -1,7 +1,7 @@
id=TA_utl id=TA_utl
name=Tricky Addon: Update Target List name=Tricky Addon: Update Target List
version=v1.4.1 version=v1.5
versionCode=141 versionCode=150
author=KOWX712 author=KOWX712
description=Update tricky store target list with action button. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config 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 updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/update.json