@@ -262,16 +262,16 @@ android {
262
262
dependencies {
263
263
264
264
def epoxy_version = ' 3.11.0'
265
- def fragment_version = ' 1.2.0 '
265
+ def fragment_version = ' 1.2.5 '
266
266
def arrow_version = " 0.8.2"
267
267
def coroutines_version = " 1.3.2"
268
268
def markwon_version = ' 4.1.2'
269
269
def big_image_viewer_version = ' 1.6.2'
270
- def glide_version = ' 4.10 .0'
270
+ def glide_version = ' 4.11 .0'
271
271
def moshi_version = ' 1.8.0'
272
272
def daggerVersion = ' 2.25.4'
273
273
def autofill_version = " 1.0.0"
274
- def work_version = ' 2.3.3 '
274
+ def work_version = ' 2.3.4 '
275
275
def arch_version = ' 2.1.0'
276
276
def lifecycle_version = ' 2.2.0'
277
277
@@ -285,12 +285,12 @@ dependencies {
285
285
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version "
286
286
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version "
287
287
288
- implementation " androidx.recyclerview:recyclerview:1.2.0-alpha01 "
288
+ implementation " androidx.recyclerview:recyclerview:1.2.0-alpha04 "
289
289
implementation ' androidx.appcompat:appcompat:1.1.0'
290
290
implementation " androidx.fragment:fragment:$fragment_version "
291
291
implementation " androidx.fragment:fragment-ktx:$fragment_version "
292
- implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta4 '
293
- implementation ' androidx.core:core-ktx:1.1 .0'
292
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta7 '
293
+ implementation ' androidx.core:core-ktx:1.3 .0'
294
294
295
295
implementation " org.threeten:threetenbp:1.4.0:no-tzdb"
296
296
implementation " com.gabrielittner.threetenbp:lazythreetenbp:0.7.0"
@@ -326,17 +326,17 @@ dependencies {
326
326
implementation " androidx.work:work-runtime-ktx:$work_version "
327
327
328
328
// Paging
329
- implementation " androidx.paging:paging-runtime-ktx:2.1.1 "
329
+ implementation " androidx.paging:paging-runtime-ktx:2.1.2 "
330
330
331
331
// Functional Programming
332
332
implementation " io.arrow-kt:arrow-core:$arrow_version "
333
333
334
334
// Pref
335
- implementation ' androidx.preference:preference:1.1.0 '
335
+ implementation ' androidx.preference:preference:1.1.1 '
336
336
337
337
// UI
338
338
implementation ' com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
339
- implementation ' com.google.android.material:material:1.2 .0-alpha03 '
339
+ implementation ' com.google.android.material:material:1.3 .0-alpha01 '
340
340
implementation ' me.gujun.android:span:1.7'
341
341
implementation " io.noties.markwon:core:$markwon_version "
342
342
implementation " io.noties.markwon:html:$markwon_version "
@@ -385,7 +385,7 @@ dependencies {
385
385
// gplay flavor only
386
386
// Warning: due to the exclude, Android Studio does not propose to upgrade. Uncomment next line to be proposed to upgrade
387
387
// implementation 'com.google.firebase:firebase-messaging:20.0.0'
388
- gplayImplementation(' com.google.firebase:firebase-messaging:20.0.0 ' ) {
388
+ gplayImplementation(' com.google.firebase:firebase-messaging:20.2.1 ' ) {
389
389
exclude group : ' com.google.firebase' , module : ' firebase-core'
390
390
exclude group : ' com.google.firebase' , module : ' firebase-analytics'
391
391
exclude group : ' com.google.firebase' , module : ' firebase-measurement-connector'
@@ -394,7 +394,7 @@ dependencies {
394
394
// OSS License, gplay flavor only
395
395
gplayImplementation ' com.google.android.gms:play-services-oss-licenses:17.0.0'
396
396
397
- implementation " androidx.emoji:emoji-appcompat:1.0 .0"
397
+ implementation " androidx.emoji:emoji-appcompat:1.1 .0"
398
398
399
399
implementation ' com.github.BillCarsonFr:JsonViewer:0.5'
400
400
0 commit comments