The RetroBox android app π±
GitHub issues GitHub release (latest SemVer)
Release build : CircleCI
Dev build : CircleCI
Download our app on the Google Play Store !
altThis app is, at this time, only available in french. We will add english support asap.
Compatible with android-api 18 to 29.
This app contains errors trackers, analytics & performance script, by using our app, you agree with the processing of this data. Learn more about privacy here.
Preview will be avaible when a release will be available on the store.
To build our app you will need to install JDK 1.8 and Ruby installed on your computer. This app can be build on windows and linux without issue (just remove sudo before all commands for windows).
- Clone the repository:
git clone https://github.com/retrobox/android - Install Fastlane with
sudo gem install fastlane -NV - Add your env variables (see bottom)
- Add the project to Android Studio
Please add the files to your project (see in the exemple file to know what to do)
.\.env# Google Cloud Service account key & others things.\keystore.properties# Private keys to sign app with the .jks certificate.\google-play-key.json# Private api key for Google Play Console access.\app\google-services.json# Firebase api key (doc).\app\keystore_private.jks# Private android studio certificate (doc)
- devDebug # Debug the dev version (log everything)
- devRelease # (we do not use this build)
- proDebug # Debug the release version (log everything)
- proRelease # The version who will be pushed to Google Play Store
Examples :
- build_flavor ->
debugorrelease - build_type ->
proordev
[Only in the case you want to work with Fastlane]
After adding all your env files, run :
sudo bundle exec fastlane supply
This will synchronize with the GPC, all metadatas.
Before making a build you need to clean gradlew with : ./gradlew clean build
Next, just choose to the left tab "Build variants" the type of version you want to build in Android Sutdio, then run build.
You can also use these commands :
-
bundle exec fastlane assemble_build build_flavor:"YourBuildFlavor" build_type:"YourBuildType" -
sudo ./gradlew build# If you want to work with gradlew CLI.
We use Fastlane because is the easiest way to do CI/CD, this is a powerfull tool (and free !).
See more in .\fastlane\README.md.
To use Circle CI put these variables in th env :
BUILD_FLAVOR=Pro BUILD_TYPE=Release GCLOUD_SERVICE_KEY=raw json key GOOGLE_PLAY_KEY=raw json key KEYSTORE=convert to base64 'keystore_upload.jks' and put the raw output here RELEASE_KEYSTORE=keystore RELEASE_KEY_ALIAS=your alias RELEASE_KEY_PASSWORD=your password RELEASE_STORE_PASSWORD=your password DISCORD_WEBHOOK=DISCORD_WEBHOOK=' XXXX' # Don't remove space btw ' & XXXX
License :
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.