|
@@ -129,12 +129,12 @@ androidExtensions {
|
|
|
dependencies {
|
|
|
|
|
|
// AndroidX libraries
|
|
|
- implementation 'androidx.annotation:annotation:1.1.0'
|
|
|
+ implementation 'androidx.annotation:annotation:1.2.0-alpha01'
|
|
|
implementation 'androidx.appcompat:appcompat:1.3.0-alpha02'
|
|
|
implementation 'androidx.biometric:biometric:1.1.0-beta01'
|
|
|
- implementation 'androidx.browser:browser:1.2.0'
|
|
|
+ implementation 'androidx.browser:browser:1.3.0-alpha06'
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
- implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
|
|
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
|
|
|
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
|
|
|
implementation 'androidx.core:core-ktx:1.4.0-alpha01'
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
|
@@ -153,9 +153,9 @@ dependencies {
|
|
|
implementation "androidx.work:work-runtime-ktx:$work_version"
|
|
|
|
|
|
// UI library
|
|
|
- implementation 'com.google.android.material:material:1.3.0-alpha02'
|
|
|
+ implementation 'com.google.android.material:material:1.3.0-alpha03'
|
|
|
|
|
|
- standardImplementation 'com.google.firebase:firebase-core:17.5.0'
|
|
|
+ standardImplementation 'com.google.firebase:firebase-core:17.5.1'
|
|
|
|
|
|
// ReactiveX
|
|
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
|
@@ -164,11 +164,11 @@ dependencies {
|
|
|
implementation 'com.github.pwittchen:reactivenetwork:0.13.0'
|
|
|
|
|
|
// Network client
|
|
|
- final okhttp_version = '4.9.0'
|
|
|
+ final okhttp_version = '4.10.0-RC1'
|
|
|
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
|
|
|
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
|
|
|
implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:$okhttp_version"
|
|
|
- implementation 'com.squareup.okio:okio:2.8.0'
|
|
|
+ implementation 'com.squareup.okio:okio:2.9.0'
|
|
|
|
|
|
// TLS 1.3 support for Android < 10
|
|
|
implementation 'org.conscrypt:conscrypt-android:2.5.1'
|
|
@@ -198,10 +198,10 @@ dependencies {
|
|
|
implementation 'androidx.sqlite:sqlite:2.1.0'
|
|
|
implementation 'com.github.inorichi.storio:storio-common:8be19de@aar'
|
|
|
implementation 'com.github.inorichi.storio:storio-sqlite:8be19de@aar'
|
|
|
- implementation 'io.requery:sqlite-android:3.32.2'
|
|
|
+ implementation 'io.requery:sqlite-android:3.33.0'
|
|
|
|
|
|
// Preferences
|
|
|
- implementation 'com.github.tfcporciuncula:flow-preferences:1.3.1'
|
|
|
+ implementation 'com.github.tfcporciuncula.flow-preferences:flow-preferences:1.3.2'
|
|
|
|
|
|
// Model View Presenter
|
|
|
final nucleus_version = '3.0.0'
|