From dabe43d89d24e306b946839934e653ade3a7a43c Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Tue, 22 Nov 2022 11:58:56 -0700 Subject: [PATCH] update aws sdk --- 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 7903419..dd1f242 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation "com.google.android.exoplayer:extension-mediasession:$exoplayer_version" implementation 'androidx.recyclerview:recyclerview:1.2.1' // BEGIN AWS DEPENDENCIES - def aws_version = "2.54.0" + def aws_version = "2.58.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 ef226cb..2b764cf 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