Commit 904f6c18 by gao.chao

web升级1.1:增加JS桥

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