This commit is contained in:
jinyuer
2020-09-07 10:05:06 +08:00
parent 05387f0c06
commit 7d6e1d8eee
4 changed files with 8 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ android {
ndk {
//选择要添加的对应cpu类型的.so库。
abiFilters 'armeabi', 'armeabi-v7a', 'armeabi-v8a', "x86"
abiFilters 'armeabi-v7a'
}
}
@@ -140,6 +140,7 @@ android {
implementation 'liji.library.dev:citypickerview:5.2.2'
implementation 'com.zhihu.android:matisse:0.5.2-beta2'
implementation 'com.tencent.bugly:crashreport:latest.release' //其中latest.release指代最新Bugly SDK版本号也可以指定明确的版本号例如2.2.0
}
}