From d138d15603cbef6e8a180a13657d4b200379dc76 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 10 Nov 2014 14:24:36 -0330 Subject: Fixed android and demo builds --- android/test/android/build.gradle | 2 +- android/test/build.gradle | 6 +++--- android/test/plugins/build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'android/test') diff --git a/android/test/android/build.gradle b/android/test/android/build.gradle index 57f653c6d19..9d9168f6f21 100644 --- a/android/test/android/build.gradle +++ b/android/test/android/build.gradle @@ -77,7 +77,7 @@ tests.each { } dependencies { - compile project(':Ice') + compile localDependency('ice') compile project(':test') compile project(':testPlugins') } 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') } } } diff --git a/android/test/plugins/build.gradle b/android/test/plugins/build.gradle index a36daf037fb..30ff633c18b 100644 --- a/android/test/plugins/build.gradle +++ b/android/test/plugins/build.gradle @@ -42,5 +42,5 @@ idea.module { } dependencies { - compile project(':Ice') + compile localDependency('ice') } -- cgit v1.2.3