From 917e6c0737ac616013c09b723d78f9e3e13fb5f6 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Sun, 12 Nov 2023 09:59:45 -0700 Subject: [PATCH] build: bump to v3.2.1 Bump to version 3.2.1 (35). --- CHANGELOG.md | 2 ++ app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/36.txt | 3 +++ fastlane/metadata/android/en-US/full_description.txt | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/36.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 370448089..1ecfb63b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ or music separator settings - Fixed widget/notification actions not working on Android 14 - Fixed app crash when using hebrew language +- Fixed app crash when adding to a playlist while in the playlist detail view +- Fixed music loading failing in some cases on Android 14 ## 3.2.0 diff --git a/app/build.gradle b/app/build.gradle index a17b46060..f6a0d3abc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { defaultConfig { applicationId namespace - versionName "3.2.0" - versionCode 35 + versionName "3.2.1" + versionCode 36 minSdk 24 targetSdk 34 diff --git a/fastlane/metadata/android/en-US/changelogs/36.txt b/fastlane/metadata/android/en-US/changelogs/36.txt new file mode 100644 index 000000000..b0ac8dc87 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/36.txt @@ -0,0 +1,3 @@ +Auxio 3.2.0 refreshes the item management experience, with a new menu UI and playback options. +This release fixes several critical issues identified in the previous version. +For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v3.2.0. \ 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 b43251ee6..3f4927359 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -20,4 +20,4 @@ precise/original dates, sort tags, and more - Headset autoplay - Stylish widgets that automatically adapt to their size - Completely private and offline -- No rounded album covers (Unless you want them. Then you can.) \ No newline at end of file +- No rounded album covers (by default) \ No newline at end of file