Commit f6596ada by 罗翻

环信替换为新版本,解决兼容性问题

parent a5717da9
...@@ -20,6 +20,8 @@ android { ...@@ -20,6 +20,8 @@ android {
arguments = [moduleName: project.getName()] arguments = [moduleName: project.getName()]
} }
} }
ndk {
abiFilters 'x86', 'armeabi-v7a', 'arm64-v8a','armeabi'
} }
signingConfigs { signingConfigs {
...@@ -73,16 +75,16 @@ android { ...@@ -73,16 +75,16 @@ android {
dexOptions { dexOptions {
preDexLibraries = false preDexLibraries = false
} }
} }
repositories { repositories {
flatDir { flatDir {
dirs 'libs' dirs 'libs'
} }
} }
dependencies { dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs') compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
//ARouter //ARouter
...@@ -102,5 +104,6 @@ dependencies { ...@@ -102,5 +104,6 @@ dependencies {
// compile(name: 'messageCenter-debug', ext: 'aar') // compile(name: 'messageCenter-debug', ext: 'aar')
// compile(name: 'provider-debug', ext: 'aar') // compile(name: 'provider-debug', ext: 'aar')
// compile(name: 'baseSDK-debug', ext: 'aar') // compile(name: 'baseSDK-debug', ext: 'aar')
} }
}
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
android.useDeprecatedNdk=true
##模块化开关,单独调试时 false,作为模块 true ##模块化开关,单独调试时 false,作为模块 true
##用户模块 ##用户模块
isUserModule=true isUserModule=true
......
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 sign in to comment