Update subsampling-scale-image-view

(cherry picked from commit 4e6cc013e5c52a3f0e6680e7dc86611439ad8734)

# Conflicts:
#	build.gradle.kts
This commit is contained in:
arkon 2020-07-18 15:01:13 -04:00 committed by Jobobby04
parent 7ddfedd9c7
commit 62091790a5
2 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ androidExtensions {
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'
// AndroidX libraries

View File

@ -8,12 +8,12 @@ plugins {
allprojects {
repositories {
mavenCentral()
jcenter()
google()
maven { setUrl("https://www.jitpack.io") }
maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots/") }
maven { setUrl("https://dl.bintray.com/ibm-cloud-sdks/ibm-cloud-sdk-repo") }
maven { setUrl("https://plugins.gradle.org/m2/") }
jcenter()
}
}