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.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 6cd9505447..16238f41c1 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -14,7 +14,8 @@ allprojects {
mavenCentral()
jcenter()
google()
- maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
+ // Snapshot repository
+ //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
}