|
@@ -142,7 +142,7 @@ dependencies {
|
|
|
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion")
|
|
|
|
|
|
// Job scheduling
|
|
|
- implementation("androidx.work:work-runtime-ktx:2.5.0")
|
|
|
+ implementation("androidx.work:work-runtime-ktx:2.6.0-alpha02")
|
|
|
|
|
|
// UI library
|
|
|
implementation("com.google.android.material:material:1.4.0-beta01")
|
|
@@ -226,7 +226,7 @@ dependencies {
|
|
|
implementation("com.nightlynexus.viewstatepageradapter:viewstatepageradapter:1.1.0")
|
|
|
implementation("com.github.chrisbanes:PhotoView:2.3.0")
|
|
|
implementation("com.github.tachiyomiorg:DirectionalViewPager:1.0.0")
|
|
|
- implementation("dev.chrisbanes.insetter:insetter:0.5.0")
|
|
|
+ implementation("dev.chrisbanes.insetter:insetter:0.6.0")
|
|
|
|
|
|
// 3.2.0+ introduces weird UI blinking or cut off issues on some devices
|
|
|
val materialDialogsVersion = "3.1.1"
|