Skip to content

Commit 2f5e50d

Browse files
committed
chore: update readme and fix headings
1 parent b85e12e commit 2f5e50d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2125
This 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
3640
See repo: https://github.com/synonymdev/bitkit-transifex-sync
3741

38-
### Build
42+
## Build
3943

4044
### Bitcoin Networks
4145
The 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+
5358
Increment `versionCode` and `versionName` in `app/build.gradle.kts`, then run:
5459
```sh
5560
./gradlew assembleDevRelease

0 commit comments

Comments
 (0)