diff --git a/manifest.json b/manifest.json index 64775a8..6c145f8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "探路国际速运", - "appid" : "__UNI__BCB0FB5", + "appid" : "__UNI__BAEB38C", "description" : "探路国际速运", "versionName" : "1.0.0", "versionCode" : "100", @@ -28,7 +28,8 @@ "Bluetooth" : {}, "Contacts" : {}, "Camera" : {}, - "Geolocation" : {} + "Geolocation" : {}, + "Maps" : {} }, /* 应用发布信息 */ "distribute" : { @@ -61,7 +62,6 @@ "", "", "", - "", "", "", "", @@ -69,7 +69,8 @@ "", "" ], - "minSdkVersion" : 21 + "minSdkVersion" : 21, + "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] }, /* ios打包配置 */ "ios" : { @@ -87,6 +88,13 @@ "system" : { "__platform__" : [ "ios", "android" ] } + }, + "maps" : { + "amap" : { + "name" : "13764645922", + "appkey_ios" : "aatodo", + "appkey_android" : "b7feefb9882f1d0953fbeffb1cef8aec" + } } }, "orientation" : [ "portrait-primary" ],