Skip to content

Commit

Permalink
build: bump to v3.2.1
Browse files Browse the repository at this point in the history
Bump to version 3.2.1 (35).
  • Loading branch information
OxygenCobalt committed Nov 12, 2023
1 parent 23dac3b commit 917e6c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {

defaultConfig {
applicationId namespace
versionName "3.2.0"
versionCode 35
versionName "3.2.1"
versionCode 36

minSdk 24
targetSdk 34
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 917e6c0

Please sign in to comment.