Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 7eba404

Browse files
etabakovKristianDD
andauthored
Update docs/tooling/publishing/android-app-bundle.md
Co-Authored-By: KristianDD <[email protected]>
1 parent dbc4f67 commit 7eba404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tooling/publishing/android-app-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if (env.snapshot) {
4949
}
5050
```
5151

52-
The 2 important switches to note here are `useLibs: true` (which instructs the plugin to produce a `.so` file) and `androidNdkPath` (make sure you point this to a folder containing Android NDK r12b).
52+
The two important switches to note here are `useLibs: true` (which instructs the plugin to produce a `.so` file) and `androidNdkPath` (make sure you point this to a folder containing Android NDK r12b).
5353

5454
One final thing before building the application is to instruct gradle to actually include the resulting snapshot into the final apk. This can be done in your `App_Resources/Android/app.gradle`:
5555

0 commit comments

Comments
 (0)