1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user