From f20db0317e979bd0d1d56ca8171a0167d6507bfc Mon Sep 17 00:00:00 2001 From: Denis Karmyshakov Date: Wed, 4 Oct 2017 13:10:49 +0300 Subject: [PATCH] Versions in constants --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c15d55f..3af61d0 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'me.tatarka.retrolambda' android { - compileSdkVersion 26 + compileSdkVersion compileSdk buildToolsVersion buildTools compileOptions { @@ -17,6 +17,6 @@ android { dependencies { provided "com.android.support:support-annotations:$supportLibraryVersion" - provided "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion" - provided "io.reactivex.rxjava2:rxjava:$rxJavaVersion" + provided "io.reactivex:rxandroid:$rxAndroidVersion" + provided "io.reactivex:rxjava:$rxJavaVersion" }