Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
N0-0NE-Dev committed Dec 10, 2022
1 parent 50bc399 commit 7218293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You must have node 16, jdk 11 and android studio downloaded and configured accor
keytool -genkey -v -keystore your_key_name.keystore -alias your_key_alias -keyalg RSA -keysize 2048 -validity 10000
```

Change `your_key_name` and `your_key_alias` to whatever you want. If you already have a keystore you use to sign apps, skip this step.
Change `your_key_name` and `your_key_alias` to whatever you want. If you already have a keystore you use to sign apps skip this step.

4. Move the generated (or existing) keystore to `./android/app`.

Expand All @@ -71,12 +71,12 @@ You must have node 16, jdk 11 and android studio downloaded and configured accor
gradlew assembleRelease
```

or
to build the release apk or:

```
gradlew assembleDebug
```

to build the development client.
to build the development client.

7. You can find the apk file in `./android/build/outputs/apk/release` or `./android/build/outputs/apk/debug` depending on which command you used

0 comments on commit 7218293

Please sign in to comment.