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=SentryAuthToken
key.properties
: API key configuration
api.key.bitmark=BitmarkSdkApiKey
api.key.intercom=IntercomApiKey
app/src/main/resources/sentry.properties
: Configuration for Sentry
dsn=SentryDSN
buffer.dir=sentry-events
buffer.size=100
async=true
async.queuesize=100
app-center.properties
: Configuration for app center uploading
api-key=AppCenterToken
Add release.keystore
and release.properties
for releasing as production
./gradlew clean fillSecretKey assembleInhouseDebug
Using -PsplitApks
to build split APKs
./gradlew appCenterUploadInhouseDebug