summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
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"