diff options
Diffstat (limited to 'platform/android')
-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 24aab8e01f..ec5bbb6630 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -12,6 +12,7 @@ apply plugin: 'com.android.application' allprojects { repositories { + jcenter() mavenCentral() $$GRADLE_REPOSITORY_URLS$$ } |