The SDK is hosted in a maven repo, hosted in an S3 bucket in a Halo AWS account.
A debug version of the SDK is made available to support development efforts, but only the release version will be permitted to transact in production. The debug version has full logging enabled and allows a debugger to be attached to the app.
Accessing Maven Repo
Your AWS access key and secret key will be provided to you separately. These are sensitive and should not be committed to source control. Add the credentials into a local.properties file:
aws.accesskey= < PROVIDED IN EMAIL >
aws.secretkey= < PROVIDED IN EMAIL >
Add the following to your project-level gradle file, to read the access credentials into variables: