mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 07:38:54 +00:00
android: add google and foss build flavors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user