Commit 727b97c4 authored by Administrator's avatar Administrator

准备发布

parent e061803c
...@@ -9,7 +9,8 @@ android { ...@@ -9,7 +9,8 @@ android {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode 20200825 versionCode 20200825
versionName "v1.0.0" versionName "v1.0"
archivesBaseName = "JDY_${versionName}".replace(' ', '_')
ndk { ndk {
abiFilters "armeabi-v7a", "arm64-v8a"//, "x86","arm64-v8a","x86_64" abiFilters "armeabi-v7a", "arm64-v8a"//, "x86","arm64-v8a","x86_64"
} }
......
...@@ -26,4 +26,5 @@ ...@@ -26,4 +26,5 @@
-keep class com.baidu.** {*;} -keep class com.baidu.** {*;}
-keep class vi.com.** {*;} -keep class vi.com.** {*;}
-keep class mapsdkvi.com.gdi.bgl.android.** {*;}
-dontwarn com.baidu.** -dontwarn com.baidu.**
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<!-- 模块描述 --> <!-- 模块描述 -->
<meta-data <meta-data
android:name="xposeddescription" android:name="xposeddescription"
android:value="虚拟定位"/> android:value="平头哥框架的虚拟定位"/>
<!-- XposedBridgeApi的最低版本号 --> <!-- XposedBridgeApi的最低版本号 -->
<meta-data <meta-data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment