summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle.template
diff options
context:
space:
mode:
authorKaren Schwane <schwane@theappguys.de>2018-10-28 19:20:30 +0100
committerKaren Schwane <schwane@theappguys.de>2018-10-28 19:20:30 +0100
commita01ce6299c165e3e127d030a2e999ea51682b82f (patch)
treea6098495b834c3d1eb62cb5736aa17a8461e7646 /platform/android/build.gradle.template
parentaeddb30fa38215acf8620238209cb53f5bddc28d (diff)
Move jcenter behind mavenCentral and google gradle repos to fix build problems
Diffstat (limited to 'platform/android/build.gradle.template')
-rw-r--r--platform/android/build.gradle.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template
index 1603ea70d9..18ffc74fc3 100644
--- a/platform/android/build.gradle.template
+++ b/platform/android/build.gradle.template
@@ -14,9 +14,9 @@ apply plugin: 'com.android.application'
allprojects {
repositories {
- jcenter()
mavenCentral()
google()
+ jcenter()
$$GRADLE_REPOSITORY_URLS$$
}
}