|
@@ -33,8 +33,8 @@ dependencies {
|
|
testImplementation 'junit:junit:4.12'
|
|
testImplementation 'junit:junit:4.12'
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.1'
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.1'
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
|
|
- implementation 'com.squareup.okhttp3:okhttp:3.9.0'
|
|
|
|
- implementation 'com.squareup.okio:okio:1.13.0'
|
|
|
|
|
|
+ compile 'com.squareup.okhttp3:okhttp:3.9.0'
|
|
|
|
+ compile 'com.squareup.okio:okio:1.13.0'
|
|
compile 'io.reactivex:rxjava:1.3.3'
|
|
compile 'io.reactivex:rxjava:1.3.3'
|
|
compile 'io.reactivex:rxandroid:1.2.1'
|
|
compile 'io.reactivex:rxandroid:1.2.1'
|
|
implementation 'com.github.love-yanyi:Logger:1.0.1'
|
|
implementation 'com.github.love-yanyi:Logger:1.0.1'
|