summaryrefslogtreecommitdiff
path: root/app/copyLibs.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/copyLibs.gradle')
-rw-r--r--app/copyLibs.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/copyLibs.gradle b/app/copyLibs.gradle
index a8555cb0..d0fa5f8e 100644
--- a/app/copyLibs.gradle
+++ b/app/copyLibs.gradle
@@ -67,7 +67,7 @@ task ('copyJarDependenciesIntoLibs', type: CopyJars) {
description = 'Used for Eclipse. Copies JAR dependencies to the libs directory.'
- destination = file(project.projectDir.canonicalPath + File.separator + 'libs')
+ destination = file(project.projectDir.canonicalPath + File.separator + 'src' + File.separator + 'main' + File.separator + 'libs')
afterEvaluate {
source = files(
@@ -87,7 +87,7 @@ task ('extractAarDependenciesIntoLibs', type: ExtractAars) {
description = 'Used for Eclipse. Extracts AAR dependencies into the libs directory.'
- destination = file(project.projectDir.canonicalPath + File.separator + 'libs')
+ destination = file(project.projectDir.canonicalPath + File.separator + 'src' + File.separator + 'main' + File.separator + 'libs')
afterEvaluate {
source = files(