|
@@ -30,7 +30,7 @@ ext {
|
|
|
|
|
|
android {
|
|
|
compileSdkVersion 26
|
|
|
- buildToolsVersion "26.0.2"
|
|
|
+ buildToolsVersion "27.0.1"
|
|
|
publishNonDefault true
|
|
|
|
|
|
defaultConfig {
|
|
@@ -106,7 +106,7 @@ dependencies {
|
|
|
implementation 'com.github.inorichi:junrar-android:634c1f5'
|
|
|
|
|
|
// Android support library
|
|
|
- final support_library_version = '26.1.0'
|
|
|
+ final support_library_version = '27.0.1'
|
|
|
implementation "com.android.support:support-v4:$support_library_version"
|
|
|
implementation "com.android.support:appcompat-v7:$support_library_version"
|
|
|
implementation "com.android.support:cardview-v7:$support_library_version"
|
|
@@ -122,13 +122,13 @@ dependencies {
|
|
|
|
|
|
// ReactiveX
|
|
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
|
|
- implementation 'io.reactivex:rxjava:1.3.3'
|
|
|
+ implementation 'io.reactivex:rxjava:1.3.4'
|
|
|
implementation 'com.jakewharton.rxrelay:rxrelay:1.2.0'
|
|
|
implementation 'com.f2prateek.rx.preferences:rx-preferences:1.0.2'
|
|
|
implementation 'com.github.pwittchen:reactivenetwork:0.7.0'
|
|
|
|
|
|
// Network client
|
|
|
- implementation "com.squareup.okhttp3:okhttp:3.9.0"
|
|
|
+ implementation "com.squareup.okhttp3:okhttp:3.9.1"
|
|
|
implementation 'com.squareup.okio:okio:1.13.0'
|
|
|
|
|
|
// REST
|
|
@@ -232,7 +232,7 @@ dependencies {
|
|
|
}
|
|
|
|
|
|
buildscript {
|
|
|
- ext.kotlin_version = '1.1.51'
|
|
|
+ ext.kotlin_version = '1.1.61'
|
|
|
repositories {
|
|
|
mavenCentral()
|
|
|
}
|