Skip to content

Commit

Permalink
update logan android sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Cao committed Oct 20, 2018
1 parent e6cf1f0 commit 59ad632
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Example/Logan-Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ android {
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
abiFilters 'armeabi', 'x86'
}
}
buildTypes {
release {
Expand All @@ -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')
}
2 changes: 1 addition & 1 deletion Example/Logan-Android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true
groupId=com.dianping.android.sdk
artifactId=logan
versionCode=1.0.0
versionCode=1.1.0
1 change: 1 addition & 0 deletions Example/Logan-Android/logan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit 59ad632

Please sign in to comment.