build: bump to v3.2.1

Bump to version 3.2.1 (35).
This commit is contained in:
Alexander Capehart 2023-11-12 09:59:45 -07:00
parent 23dac3b4b7
commit 917e6c0737
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
4 changed files with 8 additions and 3 deletions

View file

@ -13,6 +13,8 @@
or music separator settings or music separator settings
- Fixed widget/notification actions not working on Android 14 - Fixed widget/notification actions not working on Android 14
- Fixed app crash when using hebrew language - 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 ## 3.2.0

View file

@ -21,8 +21,8 @@ android {
defaultConfig { defaultConfig {
applicationId namespace applicationId namespace
versionName "3.2.0" versionName "3.2.1"
versionCode 35 versionCode 36
minSdk 24 minSdk 24
targetSdk 34 targetSdk 34

View file

@ -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.

View file

@ -20,4 +20,4 @@ precise/original dates, sort tags, and more
- Headset autoplay - Headset autoplay
- Stylish widgets that automatically adapt to their size - Stylish widgets that automatically adapt to their size
- Completely private and offline - Completely private and offline
- No rounded album covers (Unless you want them. Then you can.) - No rounded album covers (by default)