From e99987cae903687788f0bb9ec90b51f1f42be123 Mon Sep 17 00:00:00 2001 From: Alexander Zatsepin Date: Wed, 22 Aug 2018 10:38:51 +0300 Subject: [PATCH] [android] Fixed crash on android 4.x [android] Added PopularityProvider interface into multidex-config.txt --- android/multidex-config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/android/multidex-config.txt b/android/multidex-config.txt index 06aa4f2264..85151595c5 100644 --- a/android/multidex-config.txt +++ b/android/multidex-config.txt @@ -3,6 +3,7 @@ com/mapswithme/maps/bookmarks/data/Bookmark.class com/mapswithme/maps/bookmarks/data/FeatureId.class 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