mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 01:34:16 +01:00
Remove jcenter usage (closes #4387)
This commit is contained in:
parent
bf1b7f44b6
commit
5b3bd3f470
2 changed files with 2 additions and 3 deletions
|
@ -231,8 +231,8 @@ dependencies {
|
||||||
// UI libraries
|
// UI libraries
|
||||||
implementation("com.google.android.material:material:1.5.0-alpha04")
|
implementation("com.google.android.material:material:1.5.0-alpha04")
|
||||||
implementation("com.github.dmytrodanylyk.android-process-button:library:1.0.4")
|
implementation("com.github.dmytrodanylyk.android-process-button:library:1.0.4")
|
||||||
implementation("eu.davidea:flexible-adapter:5.1.0")
|
implementation("com.github.arkon.FlexibleAdapter:flexible-adapter:c8013533")
|
||||||
implementation("eu.davidea:flexible-adapter-ui:1.0.0")
|
implementation("com.github.arkon.FlexibleAdapter:flexible-adapter-ui:c8013533")
|
||||||
implementation("com.nightlynexus.viewstatepageradapter:viewstatepageradapter:1.1.0")
|
implementation("com.nightlynexus.viewstatepageradapter:viewstatepageradapter:1.1.0")
|
||||||
implementation("com.github.chrisbanes:PhotoView:2.3.0")
|
implementation("com.github.chrisbanes:PhotoView:2.3.0")
|
||||||
implementation("com.github.tachiyomiorg:DirectionalViewPager:1.0.0") {
|
implementation("com.github.tachiyomiorg:DirectionalViewPager:1.0.0") {
|
||||||
|
|
|
@ -11,7 +11,6 @@ allprojects {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
maven { setUrl("https://www.jitpack.io") }
|
maven { setUrl("https://www.jitpack.io") }
|
||||||
jcenter()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue