mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2024-11-27 08:00:24 +00:00
Explain release flavors in README (#1262)
Co-authored-by: Max Rumpf <max.rumpf1998@gmail.com>
This commit is contained in:
parent
57937a8e3b
commit
5d5a74e1e1
11
README.md
11
README.md
@ -84,3 +84,14 @@ which can still be found [in the archives](https://github.com/jellyfin-archive/j
|
||||
```
|
||||
|
||||
*You can also replace the "Debug" with "Release" to get an optimized release binary.*
|
||||
|
||||
## Release Flavors
|
||||
|
||||
There are two flavors (variants) of the Jellyfin Android app:
|
||||
|
||||
- The **proprietary** version comes with Google Chromecast support
|
||||
- The **libre** version comes without Google Chromecast support
|
||||
|
||||
The proprietary version is available on [Google Play](https://play.google.com/store/apps/details?id=org.jellyfin.mobile) and the [Amazon Appstore](https://www.amazon.com/gp/aw/d/B081RFTTQ9), while the libre version is available on [F-Droid](https://f-droid.org/en/packages/org.jellyfin.mobile/).
|
||||
Additionally, `beta` releases exist for both flavors, but only the proprietary version is published to a beta track on [Google Play](https://play.google.com/store/apps/details?id=org.jellyfin.mobile).
|
||||
If you'd like to test the beta outside of Google Play, you can simply download it from the [GitHub releases](https://github.com/jellyfin/jellyfin-android/releases/latest).
|
||||
|
Loading…
Reference in New Issue
Block a user