diff options
| author | Rémi Verschelde | 2017-03-27 08:50:47 +0200 |
|---|---|---|
| committer | GitHub | 2017-03-27 08:50:47 +0200 |
| commit | fbebd32b5f47b0f8c357bbda3f657c58cdf3e3da (patch) | |
| tree | 3895fe570e948b9acd8a8a50b9f0870bf228cd3e | |
| parent | 1a0d1bb18dc392ffdeef43451b8190f79b02d424 (diff) | |
| parent | 77c81a21d84d30b2b78027821db45a53d583762f (diff) | |
| download | godot-fbebd32b5f47b0f8c357bbda3f657c58cdf3e3da.tar.gz godot-fbebd32b5f47b0f8c357bbda3f657c58cdf3e3da.tar.zst godot-fbebd32b5f47b0f8c357bbda3f657c58cdf3e3da.zip | |
| -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 24aab8e01..ec5bbb663 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$$ } |
