To use the app, you must add the following parameters to the local.properties
file:
SENTRY_DSN=https://abc@def.ingest.us.sentry.io/123
MAPS_API_KEY=AIza...
MAPBOX_ACCESS_TOKEN=pk.ey...
A google-services.json
file must be obtained and added to composeApp
.
Compile APK and AAB:
./gradlew :composeApp:bundleRelease :composeApp:assembleRelease
Build version for current OS:
./gradlew :composeApp:packageReleaseDistributionForCurrentOS
Build distribution:
./gradlew :composeApp:wasmJsBrowserDistribution
Translate the app to your own language through Weblate.