From 2a237a07d4565c13d1158dd88bab0d4f6891ae96 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Sat, 29 Jul 2017 12:44:57 +0300 Subject: [PATCH] Fix build.gradle for core sample --- OsmAndCore-sample/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAndCore-sample/build.gradle b/OsmAndCore-sample/build.gradle index 95b9cd9c66..80d8b9f02f 100644 --- a/OsmAndCore-sample/build.gradle +++ b/OsmAndCore-sample/build.gradle @@ -110,8 +110,8 @@ repositories { dependencies { compile project(path: ':OsmAnd-java', configuration: 'android') - compile 'com.android.support:appcompat-v7:23.3.0' - compile 'com.android.support:design:23.3.0' + compile 'com.android.support:appcompat-v7:25.+' + compile 'com.android.support:design:25.+' compile fileTree(dir: "libs", include: ["*.jar"]) compile "net.osmand:OsmAndCore_android:0.1-SNAPSHOT@aar" debugCompile "net.osmand:OsmAndCore_androidNativeRelease:0.1-SNAPSHOT@aar"