Java version should be consistent for all tasks "It has been possible to configure Gradle to build a project with a different Java version than the one used to run Gradle. However, it has required configuring each task like compilation, test, and javadoc separately. Gradle 6.7 introduces “Java toolchain support”. In a nutshell, it allows you to run Gradle with whatever version of Java you have installed, while Gradle builds the project with the version of Java declared in a single place. Gradle will automatically configure the build, detect already installed JDKs and download the required JDK if it is not already installed." More at https://blog.gradle.org/java-toolchains Signed-off-by: Patryk Mis <foss@patrykmis.com>
Aurora Store: A Google Playstore Client
Aurora Store is an unofficial, FOSS client to Google's Play Store with an elegant design. Not only does Aurora Store download, update, and search for apps like the Play Store, it also empowers the user with new features.
For those concerned with privacy, Aurora Store does not require Google's proprietary framework (spyware?) to operate. It works perfectly fine with or without Google Play Services or MicroG.
Aurora Store was originally based on Sergei Yeriomin's Yalp store. Aurora Store v4.0 is a rewrite of version 3 in Kotlin and runs on all devices running Android 4.4+. Read the roadmap page on our Wiki for more info!
Screenshots
Features
- Free/Libre software — Has GPLv3 licence
- Beautiful design — Built upon latest Material Design guidelines
- Anonymous accounts — You can log in and download with anonymous accounts so you don't have to use your own account
- Personal account login — You can download purchased apps or access your wishlist by using your own Google account
- Exodus integration — Instantly see trackers an app is hiding in its code
Downloads
Please only download the latest stable releases from GitLab or one of these sources:
- GitLab: Releases
- AuroraOSS: Downloads
- AuroraOSS: Stable
- F-Droid: Link
- Telegram: Channel
- XDA Forum: Thread
Nightlies are released here:
- AuroraOSS: Nightlies
Aurora Store v4 is still in on-going development! Bugs are to be expected! Any bug reports are appreciated.
FAQs
Please visit the Aurora Wiki of this project for FAQs. You can also reach out to us on our support chat on Telegram.
Translations
Don't see your preferred language? Click on the widget below to help translate Aurora Store!
Project references
Open Source libraries Aurora Store uses
- RX-Java
- ButterKnife
- OkHttp3
- Glide
- Fetch2
- GPlayApi
- PlayStoreApi-v2 (Deprecated! Used up till v3)


