Skip to content

This is the frontend client. For the specs see souchel/set. For the backend see tsouche/set_backend

License

Notifications You must be signed in to change notification settings

Hsb511/set_frontend

Repository files navigation

set_frontend

This is the frontend client. For the specs see souchel/set. For the backend see tsouche/set_backend

Release process

Android

Debug

To generate debug artifacts, in Android Studio:

> Build > Generate App Bundles or APKs > Generate APKs

Release

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:assembleRelease

To generate .aab:

./gradlew :androidApp:bundleRelease

Generated artifacts

The generated apk is located under:

> androidApp > build > outputs > apk > debug or release

Then simply rename with format v1.8.0-debug.apk

About

This is the frontend client. For the specs see souchel/set. For the backend see tsouche/set_backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages