Versions in constants
This commit is contained in:
parent
9dcf3fb6b2
commit
deff9f7cdd
10
build.gradle
10
build.gradle
|
|
@ -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 buildTools
|
||||||
|
|
||||||
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:$supportLibraryVersion"
|
||||||
provided 'io.reactivex:rxandroid:1.2.1'
|
provided "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
|
||||||
provided 'io.reactivex:rxjava:1.3.2'
|
provided "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue