This commit is contained in:
Victor Shcherb 2015-05-03 15:11:30 +02:00
parent 04f174d4d9
commit 54445b69f8
2 changed files with 2 additions and 1 deletions

View file

@ -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"],

View file

@ -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'