Gradle update (#52)
This commit is contained in:
parent
eef6932a4a
commit
fb79dc971a
|
|
@ -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:rxandroid:$rxAndroidVersion"
|
||||
provided "io.reactivex:rxjava:$rxJavaVersion"
|
||||
compileOnly "com.android.support:support-annotations:$supportLibraryVersion"
|
||||
compileOnly "io.reactivex:rxandroid:$rxAndroidVersion"
|
||||
compileOnly "io.reactivex:rxjava:$rxJavaVersion"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue