summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/build.gradle')
-rw-r--r--platform/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 6cd9505447..79e15dce84 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -11,10 +11,10 @@ buildscript {
allprojects {
repositories {
+ maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
mavenCentral()
jcenter()
google()
- maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
}