[android] Added multidex config file to avoid NoClassDefFound crashes on start

This commit is contained in:
Александр Зацепин 2017-10-18 19:44:42 +03:00 committed by r.kuznetsov
parent ddb6fc5115
commit c931356142
2 changed files with 13 additions and 0 deletions

View file

@ -133,6 +133,7 @@ android {
buildConfigField 'String', 'PW_APPID', /"${pwProps['pwAppId']}"/
manifestPlaceholders += ['PW_PROJECT_ID': pwProps['pwProjectId']]
multiDexEnabled true
multiDexKeepFile file('multidex-config.txt')
externalNativeBuild {
cmake {

View file

@ -0,0 +1,12 @@
com/mapswithme/maps/bookmarks/data/MapObject.class
com/mapswithme/maps/bookmarks/data/FeatureId.class
com/mapswithme/maps/bookmarks/data/Bookmark.class
com/my/tracker/MyTracker.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