remove retrolambda
This commit is contained in:
parent
29dc6ce1c0
commit
0cb3099d14
|
|
@ -1,9 +1,8 @@
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'me.tatarka.retrolambda'
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '25.0.3'
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '26.0.0'
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
@ -16,7 +15,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
provided 'com.android.support:support-annotations:25.3.1'
|
||||
provided 'com.android.support:support-annotations:26.0.0-beta2'
|
||||
provided 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
||||
provided 'io.reactivex.rxjava2:rxjava:2.1.0'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ import java.util.Collections;
|
|||
import java.util.List;
|
||||
import java.util.concurrent.Executors;
|
||||
|
||||
import io.reactivex.Scheduler;
|
||||
import io.reactivex.disposables.Disposable;
|
||||
import io.reactivex.functions.Function;
|
||||
import io.reactivex.schedulers.Schedulers;
|
||||
|
|
|
|||
Loading…
Reference in New Issue