diff options
author | volzhs <volzhs@gmail.com> | 2018-01-12 04:24:11 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-01-12 04:24:11 +0900 |
commit | dfdc8c2d9ab0cd416e8f0800ba9151c1369309f0 (patch) | |
tree | fc331e6a844f39353e03f47ed5878fdad11280d0 /platform/android/build.gradle.template | |
parent | c037f6339f1fc9636b4fc9056ae0b2e2b673024d (diff) |
Fix Android build error
Fix #15603
Fix #15513
Diffstat (limited to 'platform/android/build.gradle.template')
-rw-r--r-- | platform/android/build.gradle.template | 1 |
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$$ } } |