From e990ecbfeff95a5ccdb70c03cf360bc2c61c6f11 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Sat, 31 Mar 2018 14:11:33 +0300 Subject: [PATCH] Fix core-sample config --- OsmAndCore-sample/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OsmAndCore-sample/build.gradle b/OsmAndCore-sample/build.gradle index 6f1cdf01c6..f525174904 100644 --- a/OsmAndCore-sample/build.gradle +++ b/OsmAndCore-sample/build.gradle @@ -114,6 +114,7 @@ repositories { artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" } } + jcenter() } dependencies { @@ -123,6 +124,7 @@ dependencies { compile 'com.android.support:appcompat-v7:27.1.0' compile 'com.android.support:design:27.1.0' compile 'commons-logging:commons-logging-api:1.1' + compile 'com.moparisthebest:junidecode:0.1.1' compile fileTree(include: ['gnu-trove-osmand.jar', 'icu4j-49_1_patched.jar'], dir: 'libs')