build: bump to v3.2.1
Bump to version 3.2.1 (35).
This commit is contained in:
parent
23dac3b4b7
commit
917e6c0737
4 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId namespace
|
||||
versionName "3.2.0"
|
||||
versionCode 35
|
||||
versionName "3.2.1"
|
||||
versionCode 36
|
||||
|
||||
minSdk 24
|
||||
targetSdk 34
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/36.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/36.txt
Normal 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.
|
|
@ -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 rounded album covers (by default)
|
Loading…
Reference in a new issue