Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
move RxJava to app gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
derohimat committed Oct 17, 2016
1 parent 2dbbda2 commit 270490e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ dependencies {
compile "com.squareup.okhttp3:okhttp:$OKHTTP_VERSION"
compile "com.squareup.okhttp3:logging-interceptor:$OKHTTP_VERSION"

//----- The core of Reactive Programming
compile 'io.reactivex:rxjava:1.1.9'
compile 'io.reactivex:rxandroid:1.2.1'

//----- Eventbuss
compile 'org.greenrobot:eventbus:3.0.0'

Expand Down
8 changes: 2 additions & 6 deletions baseapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 24
versionCode 3
versionName "0.3"
versionCode 4
versionName "0.4"
}
}

Expand Down Expand Up @@ -46,10 +46,6 @@ dependencies {
//----- Nine Olds Animation
compile 'com.nineoldandroids:library:2.4.0'

//----- The core of Reactive Programming
compile 'io.reactivex:rxjava:1.1.9'
compile 'io.reactivex:rxandroid:1.2.1'

//----- Butterknife
compile 'com.jakewharton:butterknife:7.0.1'
//----- Logging
Expand Down

0 comments on commit 270490e

Please sign in to comment.