summaryrefslogtreecommitdiffstats
path: root/common/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'common/build.gradle')
-rw-r--r--common/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build.gradle b/common/build.gradle
index c74682c..d2612c5 100644
--- a/common/build.gradle
+++ b/common/build.gradle
@@ -1,6 +1,6 @@
apply plugin: 'android-library'
-buildDir = "$project.rootDir/out/android-$project.name"
+buildDir = "$project.rootBuildDir/android-$project.name"
android {
compileSdkVersion 17