summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle.template
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2018-01-12 04:24:11 +0900
committervolzhs <volzhs@gmail.com>2018-01-12 04:24:11 +0900
commitdfdc8c2d9ab0cd416e8f0800ba9151c1369309f0 (patch)
treefc331e6a844f39353e03f47ed5878fdad11280d0 /platform/android/build.gradle.template
parentc037f6339f1fc9636b4fc9056ae0b2e2b673024d (diff)
Fix Android build error
Fix #15603 Fix #15513
Diffstat (limited to 'platform/android/build.gradle.template')
-rw-r--r--platform/android/build.gradle.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template
index 89189ef1a0..7269e658b4 100644
--- a/platform/android/build.gradle.template
+++ b/platform/android/build.gradle.template
@@ -15,6 +15,7 @@ allprojects {
repositories {
jcenter()
mavenCentral()
+ google()
$$GRADLE_REPOSITORY_URLS$$
}
}