Gradle
This commit is contained in:
parent
04f174d4d9
commit
54445b69f8
2 changed files with 2 additions and 1 deletions
|
@ -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"],
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue