From 1344f1a4e2e28ed8c6ad980171d8e44d67d86192 Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Thu, 15 Sep 2022 19:14:49 -0700 Subject: [PATCH] update aws sdk to 2.53.0 --- app/build.gradle | 2 +- app/src/main/assets/about.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1f1f777..1f753d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/app/src/main/assets/about.htm b/app/src/main/assets/about.htm index a2de4d8..cd339d0 100644 --- a/app/src/main/assets/about.htm +++ b/app/src/main/assets/about.htm @@ -9,7 +9,7 @@

Created by Page Asgardius

Libraries used in this app