From 954f14d8a8d0569a77311408626ee393ba2b42f3 Mon Sep 17 00:00:00 2001 From: vshcherb Date: Mon, 10 Jul 2017 10:18:40 +0200 Subject: [PATCH] Revert support to 25 --- OsmAnd/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index 63fb2c965e..38697f2e4b 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -385,10 +385,10 @@ dependencies { // compile project(':eclipse-compile:design') // compile project(':eclipse-compile:cardview') // compile project(':eclipse-compile:gridlayout') - compile 'com.android.support:gridlayout-v7:26.+' - compile 'com.android.support:cardview-v7:26.+' - compile 'com.android.support:appcompat-v7:26.+' - compile 'com.android.support:design:26.+' + compile 'com.android.support:gridlayout-v7:25.+' + compile 'com.android.support:cardview-v7:25.+' + compile 'com.android.support:appcompat-v7:25.+' + compile 'com.android.support:design:25.+' compile fileTree(include: ['*.jar'], exclude: ['QtAndroid-bundled.jar', 'QtAndroidAccessibility-bundled.jar', 'OsmAndCore_android.jar', 'OsmAndCore_wrapper.jar', 'android-support-multidex.jar'], dir: 'libs') legacyCompile "net.osmand:OsmAndCore_android:0.1-SNAPSHOT@jar" qtcoredebugCompile "net.osmand:OsmAndCore_androidNativeDebug:0.1-SNAPSHOT@aar"