diff --git a/app/build.gradle b/app/build.gradle index 69f1e4e..38b5f32 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { applicationId "asgardius.page.s3manager" minSdk 23 targetSdk 33 - versionCode 67 + versionCode 68 versionName "0.7.6" setProperty("archivesBaseName", "s3-manager-$versionName") @@ -42,7 +42,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation"com.otaliastudios:zoomlayout:1.9.0" // BEGIN AWS DEPENDENCIES - def aws_version = "2.60.0" + def aws_version = "2.61.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/fastlane/metadata/android/en-US/changelogs/67.txt b/fastlane/metadata/android/en-US/changelogs/68.txt similarity index 100% rename from fastlane/metadata/android/en-US/changelogs/67.txt rename to fastlane/metadata/android/en-US/changelogs/68.txt