mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
---
|
|
title: Android Releases
|
|
description: Where to download Android releases of LunaSea
|
|
---
|
|
|
|
# Android Releases
|
|
|
|
> If you want a stable experience, stick with stable releases. Want to test new builds of LunaSea? Read about the [build channels](/getting-started/build-channels) to make the right choice!
|
|
|
|
LunaSea is available on Android 7.0+.
|
|
|
|
Note that Google Play Services are not required for core functionality, however LunaSea account features and push notifications are not supported at this time.
|
|
|
|
## Google Play Store
|
|
|
|
_Channel(s): `Stable`, `Candidate`, `Beta`, `Edge`_
|
|
|
|
The easiest way for most users with Android devices would be to download releases of LunaSea directly from the [Google Play Store](https://www.lunasea.app/playstore)!
|
|
|
|
<Tabs
|
|
defaultValue="stable"
|
|
values={[
|
|
{ label: "Stable", value: "stable" },
|
|
{ label: "Candidate", value: "candidate" },
|
|
{ label: "Beta", value: "beta" },
|
|
{ label: "Edge", value: "edge" },
|
|
]}
|
|
>
|
|
<TabItem value="stable">
|
|
Head to the [Google Play Store](https://www.lunasea.app/playstore)!
|
|
</TabItem>
|
|
<TabItem value="candidate">
|
|
1. Head to the [Google Play Store](https://www.lunasea.app/playstore)
|
|
2. Register for the test directly on the store listing
|
|
3. Download LunaSea via the Google Play Store
|
|
</TabItem>
|
|
<TabItem value="beta">
|
|
1. Join the [LunaSea: Beta Testing](https://groups.google.com/g/lunasea-beta-test) Google Group
|
|
2. Head to the [Google Play Store](https://www.lunasea.app/playstore)
|
|
3. Register for the test directly on the store listing
|
|
4. Download LunaSea via the Google Play Store
|
|
</TabItem>
|
|
<TabItem value="edge">
|
|
Because of the limitations on internal testing set by the Google Play Store, develop builds on Android are only available upon request to a very limited amount of users.
|
|
|
|
Reach out via [email](mailto:hello@lunasea.app) for more information.
|
|
</TabItem>
|
|
</Tabs>
|
|
|
|
## Build Bucket
|
|
|
|
_Channel(s): `Stable`, `Candidate`, `Beta`, `Edge`_<br/>
|
|
_Format(s): `.apk`_
|
|
|
|
All Android releases are available in the [Build Bucket](https://builds.lunasea.app/#latest/)!
|
|
|
|
## GitHub Releases
|
|
|
|
_Channel(s): `Stable`_<br/>
|
|
_Format(s): `.apk`_
|
|
|
|
All stable releases are available on GitHub via the [Releases](https://github.com/JagandeepBrar/LunaSea/releases) page!
|