diff --git a/Example/Logan-Android/app/build.gradle b/Example/Logan-Android/app/build.gradle index 0fa553bd..43e98d29 100644 --- a/Example/Logan-Android/app/build.gradle +++ b/Example/Logan-Android/app/build.gradle @@ -10,9 +10,6 @@ android { versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - ndk { - abiFilters 'armeabi', 'x86' - } } buildTypes { release { @@ -29,6 +26,7 @@ dependencies { }) testCompile 'junit:junit:4.12' compile project(':logan') +// compile 'com.dianping.android.sdk:logan:1.1.0' // releaseCompile project(path: ':logan', configuration: 'release') // debugCompile project(path: ':logan', configuration: 'debug') } diff --git a/Example/Logan-Android/gradle.properties b/Example/Logan-Android/gradle.properties index 448effc2..f3313664 100644 --- a/Example/Logan-Android/gradle.properties +++ b/Example/Logan-Android/gradle.properties @@ -17,4 +17,4 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true groupId=com.dianping.android.sdk artifactId=logan -versionCode=1.0.0 \ No newline at end of file +versionCode=1.1.0 \ No newline at end of file diff --git a/Example/Logan-Android/logan/build.gradle b/Example/Logan-Android/logan/build.gradle index 756f36bb..fc6362bf 100644 --- a/Example/Logan-Android/logan/build.gradle +++ b/Example/Logan-Android/logan/build.gradle @@ -19,6 +19,7 @@ android { cmake { arguments '-DBUILD_TESTING=OFF', '-DANDROID_TOOLCHAIN=gcc' cFlags "-std=c11" + abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' } } }