forked from organicmaps/organicmaps
[android] Added multidex config file to avoid NoClassDefFound crashes on start
This commit is contained in:
parent
ddb6fc5115
commit
c931356142
2 changed files with 13 additions and 0 deletions
|
@ -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 {
|
||||
|
|
12
android/multidex-config.txt
Normal file
12
android/multidex-config.txt
Normal 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
|
Loading…
Add table
Reference in a new issue