From ebd7a94930fc4ffc2d1d54f2daca400626f8b01c Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Fri, 21 Apr 2023 07:16:09 -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/6.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/6.txt diff --git a/app/build.gradle b/app/build.gradle index 7b2a97a..e1fc697 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "asgardius.page.s3music" minSdk 21 targetSdk 33 - versionCode 5 - versionName "0.0.2" + versionCode 6 + versionName "0.0.3" setProperty("archivesBaseName", "s3-music-$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 3824550..10a7c06 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
  • Adwaita Icon Theme for GNOME 43
  • Font Awesome icons
diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 0000000..b905409 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.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 aa62868..760a61a 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -44,6 +44,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