@@ -234,16 +234,14 @@ dependencies {
234234 implementation " androidx.lifecycle:lifecycle-livedata-ktx:${ androidxLifecycleVersion} "
235235 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:${ androidxLifecycleVersion} "
236236 implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
237- implementation ' androidx.media:media:1.7.0 '
237+ implementation ' androidx.media:media:1.7.1 '
238238 implementation ' androidx.preference:preference:1.2.1'
239239 implementation ' androidx.recyclerview:recyclerview:1.3.2'
240240 implementation " androidx.room:room-runtime:${ androidxRoomVersion} "
241241 implementation " androidx.room:room-rxjava3:${ androidxRoomVersion} "
242242 kapt " androidx.room:room-compiler:${ androidxRoomVersion} "
243243 implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
244- // Newer version specified to prevent accessibility regressions with RecyclerView, see:
245- // https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01
246- implementation ' androidx.viewpager2:viewpager2:1.1.0-beta02'
244+ implementation ' androidx.viewpager2:viewpager2:1.1.0'
247245 implementation " androidx.work:work-runtime-ktx:${ androidxWorkVersion} "
248246 implementation " androidx.work:work-rxjava3:${ androidxWorkVersion} "
249247 implementation ' com.google.android.material:material:1.11.0'
@@ -256,7 +254,7 @@ dependencies {
256254 kapt " com.evernote:android-state-processor:$stateSaverVersion "
257255
258256 // HTML parser
259- implementation " org.jsoup:jsoup:1.17 .2"
257+ implementation " org.jsoup:jsoup:1.21 .2"
260258
261259 // HTTP client
262260 implementation " com.squareup.okhttp3:okhttp:4.12.0"
@@ -294,7 +292,7 @@ dependencies {
294292 implementation ' com.jakewharton:process-phoenix:2.1.2'
295293
296294 // Reactive extensions for Java VM
297- implementation " io.reactivex.rxjava3:rxjava:3.1.8 "
295+ implementation " io.reactivex.rxjava3:rxjava:3.1.12 "
298296 implementation " io.reactivex.rxjava3:rxandroid:3.0.2"
299297 // RxJava binding APIs for Android UI widgets
300298 implementation " com.jakewharton.rxbinding4:rxbinding:4.0.0"
0 commit comments