-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathMultiDex.uplugin
More file actions
29 lines (29 loc) · 840 Bytes
/
MultiDex.uplugin
File metadata and controls
29 lines (29 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.9.0",
"FriendlyName": "MultiDex",
"Description": "Plugin for UE4 which eliminates infamous problem with \"64k methods\"",
"Category": "Misc",
"CreatedBy": "gameDNA Ltd & zompi.pl",
"CreatedByURL": "http://gamednastudio.com",
"DocsURL": "https://github.com/gameDNAstudio/MultiDex",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/cce07f5135e84dd98738a330b99760a7",
"EngineVersion": "4.23.0",
"SupportURL": "mailto:support@gamednastudio.com",
"Modules": [
{
"Name": "MultiDex",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Android"
]
}
],
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": true,
"RequiresBuildPlatform": true
}