Last active
September 11, 2018 17:32
-
-
Save adrianhall/0b8b430f1338245d7e03ea17cb57391c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
// AWS Dependencies | |
implementation "com.amazonaws:aws-android-sdk-core:$versions.aws" | |
implementation "com.amazonaws:aws-android-sdk-auth-core:$versions.aws" | |
implementation("com.amazonaws:aws-android-sdk-auth-userpools:$versions.aws@aar") { transitive = true } | |
implementation("com.amazonaws:aws-android-sdk-auth-ui:$versions.aws") { transitive = true } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment