Skip to content

Commit

Permalink
Update to Unreal Engine 4.23
Browse files Browse the repository at this point in the history
gameDNA committed Sep 6, 2019
1 parent f56a382 commit 895fa43
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified Documentation/MultiDex_UserGuide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions MultiDex.uplugin
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.8.0",
"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.22.0",
"EngineVersion": "4.23.0",
"SupportURL": "mailto:support@gamednastudio.com",
"Modules": [
{
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@

**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!

* **Current version:** 1.8.0
* **Binaries compiled for:** Unreal Engine 4.22
* **Required Unreal Engine 4.22 or above.**
* **Current version:** 1.9.0
* **Binaries compiled for:** Unreal Engine 4.23
* **Required Unreal Engine 4.23 or above.**

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

0 comments on commit 895fa43

Please sign in to comment.