Skip to content

Commit 532a579

Browse files
committed
chore: update readme
1 parent e345aa9 commit 532a579

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,33 @@ This repository contains a **new native Android app** which is **not ready for p
1313

1414
## Development
1515

16-
**Prerequisites**
17-
1. Download `google-services.json` to `app/` from FCM Console.
16+
### Prerequisites
17+
18+
#### 1. Download `google-services.json` to `app/` from FCM Console.
19+
20+
#### 2. GitHub Packages setup
21+
22+
Some internal libraries are distributed via GitHub Packages. Configure credentials so Gradle can resolve them.
23+
24+
1) Create a GitHub token with `read:packages` scope.
25+
26+
2) Provide credentials for Gradle (choose one):
27+
28+
- Environment variables
29+
- `GITHUB_ACTOR` (your username)
30+
- `GITHUB_TOKEN` (token with `read:packages`)
31+
32+
- Or `~/.gradle/gradle.properties`
33+
- `gpr.user=YOUR_GITHUB_USERNAME`
34+
- `gpr.token=YOUR_GITHUB_TOKEN`
35+
36+
See also:
37+
- [bitkit-core android bindings](https://github.com/synonymdev/bitkit-core/tree/master/bindings/android#installation)
1838

1939
### References
2040

2141
- For LNURL dev testing see [bitkit-docker](https://github.com/ovitrif/bitkit-docker)
42+
- Bitkit Core Android bindings README: [synonymdev/bitkit-core — bindings/android/README.md](https://github.com/synonymdev/bitkit-core/blob/master/bindings/android/README.md)
2243

2344
### Linting
2445

0 commit comments

Comments
 (0)