mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Reorder google() in build.gradle to fix build errors
This commit is contained in:
parent
567c7e0482
commit
ebd5d32fd6
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ buildscript {
|
|||
ext.sdk_version = 28
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
jcenter()
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
}
|
||||
dependencies {
|
||||
|
|
@ -24,8 +24,8 @@ apply plugin: 'io.gitlab.arturbosch.detekt'
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue