summaryrefslogtreecommitdiff
path: root/android/test/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/test/build.gradle')
-rw-r--r--android/test/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/test/build.gradle b/android/test/build.gradle
index 8444ad17fff..723aa3f8d0c 100644
--- a/android/test/build.gradle
+++ b/android/test/build.gradle
@@ -1,4 +1,4 @@
-// **********************************************************************
+ //**********************************************************************
//
// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
@@ -31,7 +31,7 @@ idea.module {
}
dependencies {
- compile project(':Ice')
+ compile localDependency('ice')
}
tests.each {
@@ -76,7 +76,7 @@ tests.each {
dependencies {
compile project(':test')
- compile project(':Ice')
+ compile localDependency('ice')
}
}
}