Skip to content

Commit

Permalink
fix sdk depandency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zweihui committed Feb 24, 2018
1 parent cb999d6 commit 66ce85a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ dependencies {
implementation rootProject.ext.dependencies["gsyVideoPlayer-armv7a"]
implementation rootProject.ext.dependencies["gsyVideoPlayer-x86"]
implementation rootProject.ext.dependencies["gsyVideoPlayer-arm64"]
// implementation(rootProject.ext.dependencies["bmob-sdk"]) {
// exclude group: 'com.squareup.okhttp3'
// exclude module: 'com.squareup.okio'
// }
// implementation rootProject.ext.dependencies["bmob-sms"]
implementation(rootProject.ext.dependencies["bmob-sdk"]) {
exclude group: 'com.squareup.okhttp3'
exclude module: 'com.squareup.okio'
}
implementation rootProject.ext.dependencies["bmob-sms"]
implementation rootProject.ext.dependencies["ucrop"]
implementation rootProject.ext.dependencies["greendao"]
implementation rootProject.ext.dependencies["materialprogressbar"]
Expand All @@ -184,8 +184,6 @@ dependencies {
// provided rootProject.ext.dependencies["tinker-android-anno"]
implementation(name: 'matisse_ucrop_1.0.0', ext: 'aar')
implementation(name: 'progress-release', ext: 'aar')
implementation(name: 'bmob-sdk-3.5.8', ext: 'aar')
implementation(name: 'bmob-sms-1.0.1', ext: 'jar')
}

apply plugin: AspectjPlugin
Expand Down
Binary file removed app/libs/bmob-sdk-3.5.8.aar
Binary file not shown.
Binary file removed app/libs/bmob-sms-1.0.1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ allprojects {
maven { url "https://jitpack.io" }
maven { url "https://dl.google.com/dl/android/maven2/" }
maven { url "https://maven.google.com" }
maven { url "https://raw.github.com/bmob/bmob-android-sdk/master" }
google()
}
}
Expand Down

0 comments on commit 66ce85a

Please sign in to comment.