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'