rx lib update
This commit is contained in:
parent
10584d9b00
commit
ccf49b5e5a
|
@ -228,7 +228,11 @@ dependencies {
|
|||
implementation "com.android.support:design:${supportLibraryVersion}"
|
||||
implementation "com.android.support:percent:${supportLibraryVersion}"
|
||||
implementation "com.wdullaer:materialdatetimepicker:2.3.0"
|
||||
|
||||
// Otto bus will be replaced by rx
|
||||
implementation "com.squareup:otto:1.3.7"
|
||||
implementation "io.reactivex.rxjava2:rxandroid:2.1.1"
|
||||
|
||||
implementation "com.j256.ormlite:ormlite-core:${ormLiteVersion}"
|
||||
implementation "com.j256.ormlite:ormlite-android:${ormLiteVersion}"
|
||||
implementation("com.github.tony19:logback-android-classic:1.1.1-6") {
|
||||
|
@ -286,7 +290,6 @@ dependencies {
|
|||
implementation "com.squareup.retrofit2:adapter-rxjava2:2.3.0"
|
||||
implementation "com.squareup.retrofit2:converter-gson:2.4.0"
|
||||
|
||||
implementation "io.reactivex.rxjava2:rxandroid:2.0.1"
|
||||
}
|
||||
|
||||
task unzip(type: Copy) {
|
||||
|
|
Loading…
Reference in a new issue