From 5eb44e6bc145a0a8b0bdeef361acbcb5ad88f990 Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Fri, 21 Apr 2023 07:16:32 -0700 Subject: [PATCH] new release --- app/build.gradle | 8 ++++---- app/src/main/AndroidManifest.xml | 1 - app/src/main/assets/about.htm | 4 ++-- fastlane/metadata/android/en-US/changelogs/80.txt | 1 + fastlane/metadata/android/en-US/full_description.txt | 2 -- 5 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/80.txt diff --git a/app/build.gradle b/app/build.gradle index 04dd7f6..ec19964 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "asgardius.page.s3manager" minSdk 21 targetSdk 33 - versionCode 79 - versionName "0.9.3" + versionCode 80 + versionName "0.9.4" setProperty("archivesBaseName", "s3-manager-$versionName") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -36,13 +36,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.4" + def exoplayer_version = "2.18.6" 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.64.0" + def aws_version = "2.66.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/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 94152ea..61364e1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,7 +8,6 @@ android:name="android.permission.READ_PHONE_STATE" tools:node="remove" /> - Created by Page Asgardius

Libraries used in this app

    -
  • Amazon Web Services SDK 2.64.0
  • -
  • ExoPlayer 2.18.4
  • +
  • Amazon Web Services SDK 2.66.0
  • +
  • ExoPlayer 2.18.6
  • ZoomLayout 1.9.0
  • Adwaita Icon Theme for GNOME 43
  • pdf.js
  • diff --git a/fastlane/metadata/android/en-US/changelogs/80.txt b/fastlane/metadata/android/en-US/changelogs/80.txt new file mode 100644 index 0000000..b905409 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/80.txt @@ -0,0 +1 @@ +* Libraries updated diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 9c49727..61abb09 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -63,6 +63,4 @@ Please report all issues at https://forum.asgardius.company/t/s3-manager You can find app documentation at https://wiki.asgardius.company/shelves/asgardius-s3-manager-english (english) or https://wiki.asgardius.company/shelves/asgardius-s3-manager-espanol (spanish) -This app has nonfreenet antifeature because its compatibility list. - You can use MinIO or Garage to have a FOSS selfhosted server to use with this app