mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-03-23 23:40:12 +01:00
Adding build commands
- adds mention of foss variant
This commit is contained in:
parent
21eff5a4ab
commit
31f7f93ad1
35
README.md
35
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user