Fix build.gradle for core sample
This commit is contained in:
parent
17b1eaa07e
commit
2a237a07d4
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(path: ':OsmAnd-java', configuration: 'android')
|
compile project(path: ':OsmAnd-java', configuration: 'android')
|
||||||
compile 'com.android.support:appcompat-v7:23.3.0'
|
compile 'com.android.support:appcompat-v7:25.+'
|
||||||
compile 'com.android.support:design:23.3.0'
|
compile 'com.android.support:design:25.+'
|
||||||
compile fileTree(dir: "libs", include: ["*.jar"])
|
compile fileTree(dir: "libs", include: ["*.jar"])
|
||||||
compile "net.osmand:OsmAndCore_android:0.1-SNAPSHOT@aar"
|
compile "net.osmand:OsmAndCore_android:0.1-SNAPSHOT@aar"
|
||||||
debugCompile "net.osmand:OsmAndCore_androidNativeRelease:0.1-SNAPSHOT@aar"
|
debugCompile "net.osmand:OsmAndCore_androidNativeRelease:0.1-SNAPSHOT@aar"
|
||||||
|
|
Loading…
Reference in a new issue