|
@@ -140,7 +140,7 @@ dependencies {
|
|
|
// UI library
|
|
|
implementation 'com.google.android.material:material:1.1.0'
|
|
|
|
|
|
- standardImplementation 'com.google.firebase:firebase-core:17.2.3'
|
|
|
+ standardImplementation 'com.google.firebase:firebase-core:17.3.0'
|
|
|
|
|
|
// ReactiveX
|
|
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
|
@@ -150,13 +150,13 @@ dependencies {
|
|
|
implementation 'com.github.pwittchen:reactivenetwork:0.13.0'
|
|
|
|
|
|
// Network client
|
|
|
- final okhttp_version = '4.3.1'
|
|
|
+ final okhttp_version = '4.5.0'
|
|
|
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
|
|
|
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
|
|
|
- implementation 'com.squareup.okio:okio:2.4.3'
|
|
|
+ implementation 'com.squareup.okio:okio:2.5.0'
|
|
|
|
|
|
// REST
|
|
|
- final retrofit_version = '2.7.1'
|
|
|
+ final retrofit_version = '2.8.1'
|
|
|
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
|
|
|
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
|
|
|
implementation "com.squareup.retrofit2:adapter-rxjava:$retrofit_version"
|
|
@@ -258,7 +258,7 @@ dependencies {
|
|
|
}
|
|
|
|
|
|
buildscript {
|
|
|
- ext.kotlin_version = '1.3.70'
|
|
|
+ ext.kotlin_version = '1.3.71'
|
|
|
repositories {
|
|
|
mavenCentral()
|
|
|
}
|