From 54445b69f82e316b1020bbd22a34283d9e080b54 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sun, 3 May 2015 15:11:30 +0200 Subject: [PATCH] Gradle --- OsmAnd/build.gradle | 2 +- settings.gradle | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index 39a9e293e1..15f9e80caa 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -294,8 +294,8 @@ repositories { } dependencies { - compile project(path: ":eclipse-compile:appcompat", configuration: "android") compile project(path: ":OsmAnd-java", configuration: "android") + compile project(":eclipse-compile:appcompat") compile fileTree( dir: "libs", include: ["*.jar"], diff --git a/settings.gradle b/settings.gradle index 4c604d0ff3..a16f1fe104 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,6 @@ include ':OsmAnd-java' include ':OsmAnd' +include ':eclipse-compile:appcompat' include ':plugins:OsmAnd-AddressPlugin' include ':plugins:Osmand-ParkingPlugin' include ':plugins:Osmand-Sherpafy'