Autonomy is a mobile app that helps citizens and institutions with COVID-19
- Java 8
- Android 6.0 (API 23)
Create .properties file for the configuration
sentry.properties: uploading the Proguard mapping file to Sentry
defaults.project=autonomy-android
defaults.org=bitmark-inc
auth.token=SentryAuthTokenkey.properties: API key configuration
api.key.bitmark=BitmarkSdkApiKey
api.key.intercom=IntercomApiKeyapp/src/main/resources/sentry.properties: Configuration for Sentry
dsn=SentryDSN
buffer.dir=sentry-events
buffer.size=100
async=true
async.queuesize=100app-center.properties: Configuration for app center uploading
api-key=AppCenterTokenAdd release.keystore and release.properties for releasing as production
./gradlew clean fillSecretKey assembleInhouseDebug
Using -PsplitApks to build split APKs
./gradlew appCenterUploadInhouseDebug