summaryrefslogtreecommitdiff
path: root/android/source/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/build.gradle')
-rw-r--r--android/source/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle
index 13bf0381d416..6b8e8d23ad83 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -5,6 +5,9 @@ apply from: 'liboSettings.gradle'
allprojects {
repositories {
mavenCentral()
+ maven {
+ url "https://ipv6.repo1.maven.org/maven2"
+ }
google()
}
}
@@ -12,6 +15,9 @@ allprojects {
buildscript {
repositories {
mavenCentral()
+ maven {
+ url "https://ipv6.repo1.maven.org/maven2"
+ }
google()
}
dependencies {