Bitmark Spring Application

The Bitmark Spring application for helping Social Network Users Reclaim Rights to Personal Data

Made by Build Status codecov

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=bitmark-registry
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

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

Installing

./gradlew clean fillSecretKey assembleInhouseDebug

Using -PsplitApks to build split APKs

Deployment

./gradlew appCenterUploadInhouseDebug