Versions in constants
This commit is contained in:
parent
e3e9b96fee
commit
6e7cd65ab2
|
|
@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda'
|
|||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '26.0.2'
|
||||
buildToolsVersion buildTools
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
@ -16,7 +16,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
provided 'com.android.support:support-annotations:26.0.1'
|
||||
provided 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
||||
provided 'io.reactivex.rxjava2:rxjava:2.1.4'
|
||||
provided "com.android.support:support-annotations:$supportLibraryVersion"
|
||||
provided "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
|
||||
provided "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue