Commit 904f6c18 by gao.chao

web升级1.1:增加JS桥

fastDevelop升级:升级Androidx,增加MMKV,尺寸适配,记录崩溃到本地,懒加载
parent 2e9a435c
......@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 20
targetSdkVersion 28
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
ndk {
// 设置支持的SO库架构
abiFilters 'armeabi', 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
......
......@@ -5,8 +5,8 @@ android {
defaultConfig {
minSdkVersion 20
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}
buildTypes {
......
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