From 4ed7f816611630671cb48cb78c086d8a21698e1c Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Mon, 11 Jun 2018 14:39:04 +0200 Subject: [PATCH] Update version to 27.1.1 --- OsmAnd/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index 1be79579f9..f96f8e7932 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -410,11 +410,11 @@ dependencies { implementation 'com.facebook.android:facebook-android-sdk:4.31.0' } implementation 'com.android.support:multidex:1.0.1' - implementation 'com.android.support:gridlayout-v7:27.1.0' - implementation 'com.android.support:cardview-v7:27.1.0' - implementation 'com.android.support:appcompat-v7:27.1.0' - implementation 'com.android.support:design:27.1.0' - implementation 'com.android.support:customtabs:27.1.0' + implementation 'com.android.support:gridlayout-v7:27.1.1' + implementation 'com.android.support:cardview-v7:27.1.1' + implementation 'com.android.support:appcompat-v7:27.1.1' + implementation 'com.android.support:design:27.1.1' + implementation 'com.android.support:customtabs:27.1.1' implementation fileTree(include: ['gnu-trove-osmand.jar', 'icu4j-49_1_patched.jar'], dir: 'libs') implementation 'commons-logging:commons-logging-api:1.1'