File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments