From 20d8162b5e1eb1cba4d1a430b0d3de1d0a4c786b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Thu, 3 Oct 2019 12:56:39 +0300 Subject: [PATCH] [android] Added ShareableInfoProvider to multidex-config to fix crash on old platforms (4.x) --- android/multidex-config.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/android/multidex-config.txt b/android/multidex-config.txt index 85151595c5..5880499393 100644 --- a/android/multidex-config.txt +++ b/android/multidex-config.txt @@ -5,13 +5,14 @@ com/mapswithme/maps/bookmarks/data/MapObject.class com/mapswithme/maps/location/PlatformSocket.class com/mapswithme/maps/search/PopularityProvider.class com/mapswithme/maps/ugc/UGC$Rating.class -com/mapswithme/util/log/LoggerFactory.class -com/mapswithme/util/HttpClient.class com/mapswithme/util/HttpClient$Params.class -com/mapswithme/util/HttpUploader.class +com/mapswithme/util/HttpClient.class com/mapswithme/util/HttpUploader$Result.class +com/mapswithme/util/HttpUploader.class com/mapswithme/util/KeyValue.class +com/mapswithme/util/log/LoggerFactory.class com/mapswithme/util/NetworkPolicy.class +com/mapswithme/util/sharing/ShareableInfoProvider.class com/mapswithme/util/StorageUtils.class com/mapswithme/util/Utils.class com/my/tracker/MyTracker.class