bitmark-inc / autonomy-android

Bitmark Autonomy Android

Home Page:https://install.appcenter.ms/orgs/support-zzd0-28/apps/autonomy-android/distribution_groups/public%20tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autonomy Android

Autonomy is a mobile app that helps citizens and institutions with COVID-19

Made by Build Status

Getting Started

Prequisites

  • Java 8
  • Android 6.0 (API 23)

Preinstallation

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

Signing

Add release.keystore and release.properties for releasing as production

Installing

./gradlew clean fillSecretKey assembleInhouseDebug

Using -PsplitApks to build split APKs

Deployment

./gradlew appCenterUploadInhouseDebug

About

Bitmark Autonomy Android

https://install.appcenter.ms/orgs/support-zzd0-28/apps/autonomy-android/distribution_groups/public%20tester

License:ISC License


Languages

Language:Kotlin 95.9%Language:Java 3.8%Language:CMake 0.2%Language:C++ 0.1%