File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ This repository contains a **new native Android app** which is **not ready for p
1616
1717## Development
1818
19+ ### References
20+
21+ - For LNURL dev testing see [ bitkit-docker] ( https://github.com/ovitrif/bitkit-docker )
22+
1923### Linting
2024
2125This project uses detekt with default ktlint and compose-rules for android code linting.
@@ -35,7 +39,7 @@ Reports are generated in: `app/build/reports/detekt/`.
3539## Localization
3640See repo: https://github.com/synonymdev/bitkit-transifex-sync
3741
38- ### Build
42+ ## Build
3943
4044### Bitcoin Networks
4145The build config supports building 3 different apps for the 3 bitcoin networks (mainnet, testnet, regtest) via the 3 build flavors:
@@ -50,6 +54,7 @@ The build config supports building 3 different apps for the 3 bitcoin networks (
5054- Setup ` keystore.properties ` file in root dir (` cp keystore.properties.template keystore.properties ` )
5155
5256#### Routine:
57+
5358Increment ` versionCode ` and ` versionName ` in ` app/build.gradle.kts ` , then run:
5459``` sh
5560./gradlew assembleDevRelease
You can’t perform that action at this time.
0 commit comments