summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-01-10 19:39:47 +0100
committerTobrun <tobrun@mapbox.com>2018-01-11 21:31:25 +0100
commit2b037065e3760d5d64c0c26a8c15a66707044204 (patch)
tree36f02a16cb2e40e9b06af16571f79e90a40171c4 /platform/android/build.gradle
parent7c0e8fd9808b36363dbdc82891cdecf6badf8318 (diff)
downloadqtlocation-mapboxgl-2b037065e3760d5d64c0c26a8c15a66707044204.tar.gz
[android] - move gradle files to dedicated folder
Diffstat (limited to 'platform/android/build.gradle')
-rw-r--r--platform/android/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 28d5363797..88b65e6c80 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -20,8 +20,8 @@ task wrapper(type: Wrapper) {
gradleVersion = '3.2.1'
}
-apply from: rootProject.file('dependencies.gradle')
+apply from: "${rootDir}/gradle/dependencies.gradle"
// Load build system information. If this file does not exist, run
-// `make platform/android/configuration.gradle`
-apply from: rootProject.file('configuration.gradle')
+// `make platform/android/gradle/configuration.gradle`
+apply from: "${rootDir}/gradle/configuration.gradle"