update aws sdk to 2.53.0
This commit is contained in:
parent
eb5d50ea37
commit
1344f1a4e2
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ dependencies {
|
|||
implementation 'com.google.android.exoplayer:exoplayer:2.18.1'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
// BEGIN AWS DEPENDENCIES
|
||||
def aws_version = "2.16.+"
|
||||
def aws_version = "2.53.0"
|
||||
implementation "com.amazonaws:aws-android-sdk-s3:$aws_version"
|
||||
implementation ("com.amazonaws:aws-android-sdk-mobile-client:$aws_version") { transitive = true }
|
||||
// END AWS DEPENDENCIES
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<H3>Created by Page Asgardius</H3>
|
||||
<H3>Libraries used in this app</H3>
|
||||
<ul>
|
||||
<li>Amazon Web Services SDK 2.16</li>
|
||||
<li>Amazon Web Services SDK 2.53.0</li>
|
||||
<li>ExoPlayer 2.18.1</li>
|
||||
<li>Adwaita Icon Theme for GNOME 43</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue