android: add google and foss build flavors (#7328)

* android: add google and foss build flavors

* android: get the Google Play account country in the google flavor

* android, desktop: update whats new

* temp: comment out wefunder link
This commit is contained in:
sh
2026-08-12 15:28:59 +01:00
committed by GitHub
parent 486c2abf26
commit 0a61b0ddea
24 changed files with 235 additions and 70 deletions
+4 -3
View File
@@ -68,14 +68,15 @@ The project uses several custom forks managed via `cabal.project`:
```bash
cd apps/multiplatform
# Build Android debug APK
./gradlew assembleDebug
# Build Android debug APK; `foss` ships to F-Droid/GitHub, `google` adds Play Billing.
# The aggregate tasks fail by design, see apps/multiplatform/README.md
./gradlew assembleFossDebug
# Build desktop
./gradlew :desktop:packageDistributionForCurrentOS
# Run Android tests
./gradlew connectedAndroidTest
./gradlew connectedFossDebugAndroidTest
```
### iOS