Skip to content

Commit 895fa43

Browse files
author
gameDNA
committed
Update to Unreal Engine 4.23
1 parent f56a382 commit 895fa43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/MultiDex_UserGuide.pdf

23.8 KB
Binary file not shown.

MultiDex.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "1.8.0",
4+
"VersionName": "1.9.0",
55
"FriendlyName": "MultiDex",
66
"Description": "Plugin for UE4 which eliminates infamous problem with \"64k methods\"",
77
"Category": "Misc",
88
"CreatedBy": "gameDNA Ltd & zompi.pl",
99
"CreatedByURL": "http://gamednastudio.com",
1010
"DocsURL": "https://github.com/gameDNAstudio/MultiDex",
1111
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/cce07f5135e84dd98738a330b99760a7",
12-
"EngineVersion": "4.22.0",
12+
"EngineVersion": "4.23.0",
1313
"SupportURL": "mailto:support@gamednastudio.com",
1414
"Modules": [
1515
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
**MultiDex** eliminates infamous problem with 64k methods and has the ability to make two dex files. It works out-of-the-box for the Android platform so no additional SDKs are needed. No more problems!
66

7-
* **Current version:** 1.8.0
8-
* **Binaries compiled for:** Unreal Engine 4.22
9-
* **Required Unreal Engine 4.22 or above.**
7+
* **Current version:** 1.9.0
8+
* **Binaries compiled for:** Unreal Engine 4.23
9+
* **Required Unreal Engine 4.23 or above.**
1010

1111
## Features
1212
* Eliminates infamous problem with "64k methods"

0 commit comments

Comments
 (0)