Update subsampling-scale-image-view

This commit is contained in:
arkon 2020-07-18 15:01:13 -04:00
parent 0c65d54d89
commit 4e6cc013e5
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ androidExtensions {
dependencies { dependencies {
// Modified dependencies // Modified dependencies
implementation 'com.github.tachiyomiorg:subsampling-scale-image-view:ac0dae7' implementation 'com.github.tachiyomiorg:subsampling-scale-image-view:bff2806'
implementation 'com.github.inorichi:junrar-android:634c1f5' implementation 'com.github.inorichi:junrar-android:634c1f5'
// AndroidX libraries // AndroidX libraries

View File

@ -8,10 +8,10 @@ plugins {
allprojects { allprojects {
repositories { repositories {
mavenCentral()
jcenter()
google() google()
maven { setUrl("https://www.jitpack.io") } maven { setUrl("https://www.jitpack.io") }
maven { setUrl("https://plugins.gradle.org/m2/") }
jcenter()
} }
} }