|
|
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
|
|
|
|
|
|
android {
|
|
|
compileSdkVersion 26
|
|
|
- buildToolsVersion "26.0.1"
|
|
|
+ buildToolsVersion "26.0.2"
|
|
|
defaultConfig {
|
|
|
applicationId "me.vadik.knigopis"
|
|
|
minSdkVersion 19
|
|
|
@@ -19,7 +19,7 @@ dependencies {
|
|
|
compile "com.android.support:appcompat-v7:$support_version"
|
|
|
compile "com.android.support:design:$support_version"
|
|
|
compile "com.android.support:support-vector-drawable:$support_version"
|
|
|
- compile 'com.android.support.constraint:constraint-layout:1.1.0-beta1'
|
|
|
+ compile 'com.android.support.constraint:constraint-layout:1.1.0-beta2'
|
|
|
compile "io.reactivex.rxjava2:rxjava:2.1.4"
|
|
|
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
|
|
compile "com.squareup.retrofit2:retrofit:$retrofit_version"
|