Versions in constants
This commit is contained in:
parent
c436d06efd
commit
2b3ee88ea7
10
build.gradle
10
build.gradle
|
|
@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda'
|
|||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.2"
|
||||
buildToolsVersion buildTools
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
@ -25,11 +25,11 @@ dependencies {
|
|||
compile 'net.danlew:android.joda:2.9.9'
|
||||
compile 'com.android.support:multidex:1.0.2'
|
||||
|
||||
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
||||
compile 'io.reactivex.rxjava2:rxjava:2.1.4'
|
||||
compile "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
|
||||
compile "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
|
||||
|
||||
provided 'com.android.support:recyclerview-v7:26.0.1'
|
||||
provided 'com.android.support:appcompat-v7:26.0.1'
|
||||
provided "com.android.support:recyclerview-v7:$supportLibraryVersion"
|
||||
provided "com.android.support:appcompat-v7:$supportLibraryVersion"
|
||||
|
||||
provided 'com.squareup.retrofit2:retrofit:2.3.0'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue