Update subsampling-scale-image-view
(cherry picked from commit 4e6cc013e5c52a3f0e6680e7dc86611439ad8734) # Conflicts: # build.gradle.kts
This commit is contained in:
parent
7ddfedd9c7
commit
62091790a5
@ -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
|
||||
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user