Adding build commands

- adds mention of foss variant
This commit is contained in:
Adam Brown 2022-08-31 19:10:26 +01:00 committed by GitHub
parent 21eff5a4ab
commit 31f7f93ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 3 deletions

View File

@ -16,8 +16,6 @@
- Focused on reliability and stability.
- Bare-bones feature set.
##### _*Google play only with automatic crash reporting enabled_
---
### Feature list
@ -28,7 +26,8 @@
- Message bubbles, supporting text, replies and edits
- Push notifications (DMs always notify, Rooms notify once)
- Importing of E2E room keys from Element clients
- [UnifiedPush](https://unifiedpush.org/)
- [UnifiedPush](https://unifiedpush.org/)
- FOSS variant
### Planned
@ -57,4 +56,34 @@
---
### Building
##### Debug `.apk`
```bash
./gradlew assembleDebug
```
##### Release (signed with debug key) `.apk`
```bash
./gradlew assembleRelease
```
##### Unsigned release `.apk`
```bash
./gradlew assembleRelease -Punsigned
```
##### Unsigned release (FOSS) `.apk`
```bash
./gradlew assembleRelease -Punsigned -Pfoss
```
---
#### Join the conversation @ https://matrix.to/#/#small-talk:iswell.cool