diff --git a/.idea/misc.xml b/.idea/misc.xml index 6f98af3..05f13e4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -27,7 +27,7 @@ - + diff --git a/README.md b/README.md index 81f3fb0..9b0c0e4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Known supported providers * Amazon Web Services * Scaleway Elements -* Wasabi Cloud +* Wasabi Cloud (Provider broke access control intentionally since March 13 2023) * Backblaze B2 * Cloudflare R2 (partial) * MinIO ** diff --git a/app/build.gradle b/app/build.gradle index e448e19..a67ab27 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "asgardius.page.s3manager" minSdk 21 targetSdk 33 - versionCode 85 - versionName "0.10.0" + versionCode 86 + versionName "0.10.1" setProperty("archivesBaseName", "s3-manager-$versionName") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -37,13 +37,13 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - def exoplayer_version = "2.18.7" + def exoplayer_version = "2.19.1" implementation "com.google.android.exoplayer:exoplayer:$exoplayer_version" implementation "com.google.android.exoplayer:extension-mediasession:$exoplayer_version" implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation"com.otaliastudios:zoomlayout:1.9.0" // BEGIN AWS DEPENDENCIES - def aws_version = "2.71.0" + def aws_version = "2.73.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 81c46a7..192d017 100644 --- a/app/src/main/assets/about.htm +++ b/app/src/main/assets/about.htm @@ -9,8 +9,8 @@

Created by Page Asgardius

Libraries used in this app