Gradle update
This commit is contained in:
parent
8a586a9638
commit
3aa53424a7
|
|
@ -1,9 +1,7 @@
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'me.tatarka.retrolambda'
|
||||
|
||||
android {
|
||||
compileSdkVersion compileSdk
|
||||
buildToolsVersion buildTools
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
@ -16,7 +14,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
provided "com.android.support:support-annotations:$supportLibraryVersion"
|
||||
provided "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
|
||||
provided "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
|
||||
compileOnly "com.android.support:support-annotations:$supportLibraryVersion"
|
||||
compileOnly "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
|
||||
compileOnly "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue