Use updated Tachiyomi version of DirectionalViewPager

(cherry picked from commit 444cefc9a28d33f82cce350c5491311df58afdf4)
This commit is contained in:
arkon 2021-01-03 23:04:39 -05:00 committed by Jobobby04
parent ae3a36cc5a
commit 0f000caa9d

View File

@ -243,7 +243,7 @@ dependencies {
implementation("eu.davidea:flexible-adapter-ui:1.0.0")
implementation("com.nightlynexus.viewstatepageradapter:viewstatepageradapter:1.1.0")
implementation("com.github.chrisbanes:PhotoView:2.3.0")
implementation("com.github.carlosesco:DirectionalViewPager:a844dbca0a")
implementation("com.github.tachiyomiorg:DirectionalViewPager:7d0617d")
// 3.2.0+ introduces weird UI blinking or cut off issues on some devices
val materialDialogsVersion = "3.1.1"