Rxjava2/merge kotlin (#38)

* remove retrolambda

* revert retrolambda

* Build tools update

* Support lib update
This commit is contained in:
Ilia Kurtov 2017-08-09 20:27:02 +03:00 committed by Gavriil
parent 5e9bfc701c
commit fb4634a6ed
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ apply plugin: 'com.android.library'
apply plugin: 'me.tatarka.retrolambda' apply plugin: 'me.tatarka.retrolambda'
android { android {
compileSdkVersion 25 compileSdkVersion 26
buildToolsVersion '25.0.3' buildToolsVersion '26.0.1'
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_1_8
@ -16,7 +16,7 @@ android {
} }
dependencies { dependencies {
provided 'com.android.support:support-annotations:25.4.0' provided 'com.android.support:support-annotations:26.0.0'
provided 'io.reactivex.rxjava2:rxandroid:2.0.1' provided 'io.reactivex.rxjava2:rxandroid:2.0.1'
provided 'io.reactivex.rxjava2:rxjava:2.1.2' provided 'io.reactivex.rxjava2:rxjava:2.1.2'
} }