Update Building and Signing (Android) authored by Devin's avatar Devin
...@@ -4,8 +4,10 @@ In order to sign applications, you need 2 files. These files contain important i ...@@ -4,8 +4,10 @@ In order to sign applications, you need 2 files. These files contain important i
* `key.properties` (keystore credentials) * `key.properties` (keystore credentials)
* `upload-keystore.kjs` (keystore) * `upload-keystore.kjs` (keystore)
The keystore file, `upload-keystore.kjs`, should already be included in the project. Note: These files aren't shared through the Wiki. Please ask Merlin or a previous developer if you need them.
<br>
To build and sign the app for the Google Play Store, you'll need to add the `key.properties` file to the project. You can find `key.properties` at [this link](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/wikis/Publishing%20to%20the%20Google%20Play%20Store). To build and sign the app for the Google Play Store, you'll need to add the `key.properties` file to the project. You can find `key.properties` at [this link](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/wikis/Publishing%20to%20the%20Google%20Play%20Store).
* Add `key.properties` into the `android` folder, so its path looks like this: * Add `key.properties` into the `android` folder, so its path looks like this:
... ...
......