diff --git a/README.md b/README.md index 93188efb2..5bcae3131 100644 --- a/README.md +++ b/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).