diff --git a/app/build.gradle b/app/build.gradle index 9b5cda1..473e6fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "asgardius.page.s3manager" minSdk 23 targetSdk 33 - versionCode 46 - versionName "0.4.0" + versionCode 47 + versionName "0.4.1" setProperty("archivesBaseName", "s3-manager-$versionName") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/47.txt b/fastlane/metadata/android/en-US/changelogs/47.txt new file mode 100644 index 0000000..7352e9d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/47.txt @@ -0,0 +1,2 @@ +* CORS configuration (currently you can allow pdf endpoint, allow all origins or delete policy) +* Fixed UI issues when using app in free form mode \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index cc031ac..478446b 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -18,6 +18,7 @@ Current feature list
  • file sharing links
  • get object info
  • get bucket info
  • +
  • Set CORS policy
  • Planned feature list