We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2a3ae commit f3f6adeCopy full SHA for f3f6ade
build.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
-APK_URL='http://mapdownload.autonavi.com/apps/auto/manual/V750/Auto_7.5.0.600064_release.apk'
+APK_URL='https://mapdownload.autonavi.com/apps/auto/manual/V810/Auto_8.1.0.600004_beta.apk'
4
APK_RELEASE_NAME='Auto_7.5.0.600064_release_clone.apk'
5
PACKAGE_NAME='com.autonavi.amapautoclone' # 包名
6
APP_NAME='高德比亚迪' # App显示名称
7
-FIXED_CHANNEL='on' # 锁定13通道,on表示锁定,off表示不锁定
+FIXED_CHANNEL='on' # 锁定14通道,on表示锁定,off表示不锁定
8
9
mkdir ./out
10
curl -sL -o amap.apk ${APK_URL}
0 commit comments