commit
9bc78e37c9
|
|
@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda'
|
|||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion "23.0.2"
|
||||
buildToolsVersion "23.0.3"
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
@ -17,6 +17,6 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-annotations:23.2.0'
|
||||
compile 'com.android.support:support-annotations:23.3.0'
|
||||
provided 'io.reactivex:rxandroid:1.1.0'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue