From 064e68014d11d9686e7f4db34681a65c2f218c9e Mon Sep 17 00:00:00 2001 From: vshcherb Date: Mon, 10 Jul 2017 01:45:21 +0200 Subject: [PATCH] Update build.gradle --- 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 1060834a76..95b9cd9c66 100644 --- a/OsmAndCore-sample/build.gradle +++ b/OsmAndCore-sample/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "25.0.0" + compileSdkVersion 26 + buildToolsVersion "26.0.0" dexOptions { jumboMode true