Versions in constants
This commit is contained in:
parent
deff9f7cdd
commit
f20db0317e
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue