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

chore: fix reference to Android App Bundle article in publishing #1470

Merged
merged 1 commit into from
Dec 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tooling/publishing/publishing-android-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ You can then use the produced `<apk-location>.apk` for upload to *Google Play*.

### APKs with ABI splits

If you want to reduce the apk sizes you can check how to achieve this in [Android ABI Split article](http://docs.nativescript.org/publishing/android-abi-split.html).
If you want to reduce the apk sizes you can check how to achieve this in [Android ABI Split article]({% slug android-abi-split %}).

<h4 id="submit-with-the-google-play-developer-console">Submit with the Google Play Developer Console</h4>

Expand All @@ -170,7 +170,7 @@ You can read more about these stages at ["Set up alpha/beta tests"](https://supp
Once you upload your APK, it will go through a review. When approved, you can move it to production to make it available on *Google Play*.

### Android App Bundle
If you want to reduce the size of the application download from Google Play Store you can check how to achieve this in [Android App Bundle article](http://docs.nativescript.org/publishing/android-app-bundle.html).
If you want to reduce the size of the application download from Google Play Store you can check how to achieve this in [Android App Bundle article]({% slug android-app-bundle %}).

You can perform a full build and produce a signed AAB using the NativeScript CLI:
```
Expand Down