Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
11
android/HOW_TO_USE_GRADLE.txt
Normal file
11
android/HOW_TO_USE_GRADLE.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
To build, install and run e.g. a Web Debug version on your device/emulator: './gradlew runWebDebug'
|
||||
|
||||
Or to compile a redistributable Fdroid Test apk for testing: './gradlew assembleFdroidBeta'
|
||||
|
||||
Or to build test apks for all flavors: './gradlew assembleBeta'
|
||||
|
||||
To see all available build targets './gradlew tasks'
|
||||
|
||||
To remove all intermediate build files run './gradlew clean'
|
||||
|
||||
See ../docs/INSTALL.md for more detailed instructions.
|
||||
Loading…
Add table
Add a link
Reference in a new issue