Created
September 15, 2021 09:16
-
-
Save Priyansh-Kedia/30beaa2f58e27e29ec86267eca43f816 to your computer and use it in GitHub Desktop.
Build gradle for s3 upload and RxJava
This file contains 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
// Aws SDK | |
implementation 'com.amazonaws:aws-android-sdk-core:2.6.+' | |
implementation 'com.amazonaws:aws-android-sdk-cognito:2.2.+' | |
implementation 'com.amazonaws:aws-android-sdk-s3:2.6.+' | |
implementation 'com.amazonaws:aws-android-sdk-ddb:2.2.+' | |
// RxJava | |
implementation "io.reactivex.rxjava3:rxjava:3.0.4" | |
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment