From c4a2460f873b2a1cce383d66a82d3d3b936297e1 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: Wed, 22 Apr 2020 20:37:44 +0300 Subject: [PATCH] [android] Fixed crash on start on Android 4.4 --- android/multidex-config.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/multidex-config.txt b/android/multidex-config.txt index 21b71ccc51..1fff02ce92 100644 --- a/android/multidex-config.txt +++ b/android/multidex-config.txt @@ -1,11 +1,13 @@ com/mapswithme/maps/ads/Banner.class com/mapswithme/maps/bookmarks/data/Bookmark.class +com/mapswithme/maps/bookmarks/data/ElevationInfo.class com/mapswithme/maps/bookmarks/data/FeatureId.class com/mapswithme/maps/bookmarks/data/MapObject.class com/mapswithme/maps/location/PlatformSocket.class com/mapswithme/maps/onboarding/OnboardingTip.class com/mapswithme/maps/search/PopularityProvider.class com/mapswithme/maps/ugc/UGC$Rating.class +com/mapswithme/maps/widget/placepage/PlacePageData.class com/mapswithme/util/AbstractHttpUploader.class com/mapswithme/util/HttpBackgroundUploader.class com/mapswithme/util/HttpClient$Params.class