mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 03:31:58 +01:00
Update subsampling-scale-image-view
This commit is contained in:
parent
0c65d54d89
commit
4e6cc013e5
2 changed files with 3 additions and 3 deletions
|
@ -128,7 +128,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,10 +8,10 @@ plugins {
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
google()
|
||||
maven { setUrl("https://www.jitpack.io") }
|
||||
maven { setUrl("https://plugins.gradle.org/m2/") }
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue