Skip to content

Commit fa7a82b

Browse files
authored
Merge pull request #51 from Elvenisboy/patch-1
Update README.md
2 parents 6b39391 + 325e5ee commit fa7a82b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,6 @@ IOS will export unity project to `ios/UnityExport`.
109109
implementation project(':unity-classes') // the unity classes module you added from step 1
110110
}
111111
```
112-
3. If using Unity 2019.2 or older, open `build.gradle` of `UnityExport` module and remove these
113-
```gradle
114-
bundle {
115-
language {
116-
enableSplit = false
117-
}
118-
density {
119-
enableSplit = false
120-
}
121-
abi {
122-
enableSplit = true
123-
}
124-
}
125-
```
126112

127113
**iOS Platform Only**
128114

0 commit comments

Comments
 (0)