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

Commit dbc4f67

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
## Additional optimizations
2727
If you want to improve the performance of your application with the `nativescript-dev-webpack` plugin you might want to make some additional changes.
2828

29-
The default file format that the `nativescript-dev-webpack` plugin produce when you execute `tns build android --bundle --env.uglify --env.snapshot --aab` is a `.blob` file.
29+
The default file format that the `nativescript-dev-webpack` plugin produces when you execute `tns build android --bundle --env.uglify --env.snapshot --aab` is a `.blob` file.
3030

3131
> Note: The snapshot generation feature is limited to macOS and Linux platforms due to inability to build `mksnapshot` tool running on Windows. Currently, the --env.snapshot flag is ignored on Windows.
3232
@@ -79,4 +79,4 @@ Then you can install the application on a connected device by executing:
7979
java -jar <toolPath>/bundletool.jar install-apks --apks="somePath/my_app.apks" --device-id=<deviceId>
8080
```
8181

82-
You can find more information about using Android `bundletool` [here](https://developer.android.com/studio/command-line/bundletool).
82+
You can find more information about using Android `bundletool` [here](https://developer.android.com/studio/command-line/bundletool).

0 commit comments

Comments
 (0)