This is the frontend client. For the specs see souchel/set. For the backend see tsouche/set_backend
To generate debug artifacts, in Android Studio:
> Build > Generate App Bundles or APKs > Generate APKs
To generate release artifacts, in the terminal run the commands:
export KEYSTORE_PATH="[VALUE]"
export KEYSTORE_PASSWORD="[VALUE]"
export KEY_ALIAS="[VALUE]"
export KEY_PASSWORD="[VALUE]"To generate .apk:
./gradlew :androidApp:assembleReleaseTo generate .aab:
./gradlew :androidApp:bundleReleaseThe generated apk is located under:
> androidApp > build > outputs > apk > debug or release
Then simply rename with format v1.8.0-debug.apk