Skip to content

Commit

Permalink
[docs] Updated assemble gradle commands for Android
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Sep 30, 2023
1 parent 63476fc commit 86485a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/HOW_TO_USE_GRADLE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ To build, install and run e.g. a Web Debug version on your device/emulator: './g

Or to compile a redistributable Fdroid Beta apk for testing: './gradlew assembleFdroidBeta'

Or to build release apks for all flavors: './gradlew assembleRelease'
Or to build beta apks for all flavors: './gradlew assembleBeta'

To see all available build targets './gradlew tasks'

Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@ Or to compile a redistributable _Fdroid Beta_ apk for testing:
./gradlew assembleFdroidBeta
```
Or to build _Release_ apks for all _Flavors_:
Or to build _Beta_ apks for all _Flavors_:
```bash
./gradlew assembleRelease
./gradlew assembleBeta
```
Run `./gradlew tasks` to see all possible build variants.
Expand Down

0 comments on commit 86485a5

Please sign in to comment.