summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-01-14 16:44:48 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-01-15 14:21:26 +0100
commit52bc11892c0451f7bb19b788010231eae2f617f2 (patch)
tree130f59a68cd64f13e8533ac783304b6be93c4021 /platform
parent405aef0b47a805bad21ba96dd2419426cdc6bf25 (diff)
downloadqtlocation-mapboxgl-52bc11892c0451f7bb19b788010231eae2f617f2.tar.gz
[android] change vendor modules update script
Diffstat (limited to 'platform')
-rw-r--r--platform/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 9047bb5d96..b932188e77 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -1,4 +1,5 @@
buildscript {
+ apply from: "${rootDir}/gradle/gradle-update-vendor-modules.gradle"
apply from: "${rootDir}/gradle/dependencies.gradle"
repositories {
@@ -29,4 +30,3 @@ subprojects {
// Load build system information. If this file does not exist, run
// `make platform/android/gradle/configuration.gradle`
apply from: "${rootDir}/gradle/configuration.gradle"
-apply from: "${rootDir}/gradle/gradle-update-vendor-modules.gradle"