From 3ad5cd18dafbc2062343ee88689c3501068778a3 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, 19 Oct 2017 11:46:01 +0300 Subject: [PATCH] [android] Ordered classes in multidex config file --- android/multidex-config.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/android/multidex-config.txt b/android/multidex-config.txt index 98aef7659c..f75632585f 100644 --- a/android/multidex-config.txt +++ b/android/multidex-config.txt @@ -1,12 +1,12 @@ -com/mapswithme/maps/bookmarks/data/MapObject.class -com/mapswithme/maps/bookmarks/data/FeatureId.class +com/mapswithme/maps/ads/Banner.class com/mapswithme/maps/bookmarks/data/Bookmark.class -com/my/tracker/MyTracker.class +com/mapswithme/maps/bookmarks/data/FeatureId.class +com/mapswithme/maps/bookmarks/data/MapObject.class +com/mapswithme/maps/location/PlatformSocket.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/HttpClient$HttpHeader.class -com/mapswithme/maps/location/PlatformSocket.class com/mapswithme/util/Utils.class -com/mapswithme/maps/ads/Banner.class -com/mapswithme/maps/ugc/UGC$Rating.class -com/mapswithme/util/log/LoggerFactory.class +com/my/tracker/MyTracker.class