Skip to content

Commit f3f6ade

Browse files
authored
更新8.1.0.6000004测试版
1 parent 3e2a3ae commit f3f6ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
APK_URL='http://mapdownload.autonavi.com/apps/auto/manual/V750/Auto_7.5.0.600064_release.apk'
3+
APK_URL='https://mapdownload.autonavi.com/apps/auto/manual/V810/Auto_8.1.0.600004_beta.apk'
44
APK_RELEASE_NAME='Auto_7.5.0.600064_release_clone.apk'
55
PACKAGE_NAME='com.autonavi.amapautoclone' # 包名
66
APP_NAME='高德比亚迪' # App显示名称
7-
FIXED_CHANNEL='on' # 锁定13通道,on表示锁定,off表示不锁定
7+
FIXED_CHANNEL='on' # 锁定14通道,on表示锁定,off表示不锁定
88

99
mkdir ./out
1010
curl -sL -o amap.apk ${APK_URL}

0 commit comments

Comments
 (0)