This project is build based on OpenCalc
This project is licensed under GPLv3
To build both the debug and release versions of the app, add the following entries to local.properties
:
mudita_repo_username={your.nexus.username}
mudita_repo_password={your.nexus.password}
mudita_nexus_repo_url={your.nexus.url}
For the release build, additional Sentry configuration is required:
sentry_url={sentry.url}
sentry_dsn={sentry.dsn}
sentry_project={sentry.project}
sentry_org={sentry.org}
sentry_auth_token={sentry.auth.token}