mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 05:07:48 +01:00
Changed repository order for gradle (#1728)
This commit is contained in:
parent
9cbf226cfd
commit
030071e659
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ apply plugin: 'com.github.ben-manes.versions'
|
|||
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.2.0'
|
||||
|
@ -18,8 +18,8 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue