Remove AndroidX Webkit

This commit is contained in:
TacoTheDank 2022-07-06 17:47:12 -04:00 committed by Stypox
parent 353347aa19
commit 265637cd6a
2 changed files with 7 additions and 6 deletions

View file

@ -216,7 +216,6 @@ dependencies {
// Newer version specified to prevent accessibility regressions with RecyclerView, see:
// https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
implementation 'androidx.webkit:webkit:1.4.0'
implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}"
implementation "androidx.work:work-rxjava3:${androidxWorkVersion}"
implementation 'com.google.android.material:material:1.5.0'