|
|
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
android {
|
|
|
- compileSdkVersion 26
|
|
|
- buildToolsVersion "26.0.2"
|
|
|
+ compileSdkVersion 27
|
|
|
+ buildToolsVersion '27.0.1'
|
|
|
defaultConfig {
|
|
|
applicationId "me.vadik.knigopis"
|
|
|
minSdkVersion 19
|
|
|
- targetSdkVersion 26
|
|
|
+ targetSdkVersion 27
|
|
|
versionCode 1
|
|
|
versionName "0.1.0"
|
|
|
vectorDrawables.useSupportLibrary = true
|
|
|
@@ -19,14 +19,14 @@ 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-beta2'
|
|
|
- compile 'io.reactivex.rxjava2:rxjava:2.1.4'
|
|
|
+ compile 'com.android.support.constraint:constraint-layout:1.1.0-beta3'
|
|
|
+ compile 'io.reactivex.rxjava2:rxjava:2.1.6'
|
|
|
compile 'io.reactivex.rxjava2:rxkotlin:2.1.0'
|
|
|
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
|
|
compile 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.4@aar'
|
|
|
compile "com.squareup.retrofit2:retrofit:$retrofit_version"
|
|
|
compile "com.squareup.retrofit2:adapter-rxjava2:$retrofit_version"
|
|
|
compile "com.squareup.retrofit2:converter-gson:$retrofit_version"
|
|
|
- compile 'com.github.bumptech.glide:glide:4.1.1'
|
|
|
+ compile 'com.github.bumptech.glide:glide:4.3.1'
|
|
|
compile(name: 'ulogin-sdk-v1.1', ext: 'aar')
|
|
|
}
|