Version 2.6.4
Ready for version 2.6.4 of Auxio.
This commit is contained in:
parent
b3cf76089a
commit
6b1f3e4567
4 changed files with 13 additions and 6 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
## dev
|
||||
|
||||
## 2.6.4
|
||||
|
||||
#### What's Fixed
|
||||
- Fixed issue where invalid position values would crash the app
|
||||
- Fixed issue where opening the song menu in the genre view would crash the app
|
||||
|
||||
## 2.6.3
|
||||
|
||||
#### What's New
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<h1 align="center"><b>Auxio</b></h1>
|
||||
<h4 align="center">A simple, rational music player for android.</h4>
|
||||
<p align="center">
|
||||
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v2.6.3">
|
||||
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v2.6.3&color=0D5AF5">
|
||||
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v2.6.4">
|
||||
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v2.6.4&color=0D5AF5">
|
||||
</a>
|
||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg">
|
||||
|
|
|
@ -11,12 +11,10 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId namespace
|
||||
versionName "2.6.3"
|
||||
versionCode 22
|
||||
versionName "2.6.4"
|
||||
versionCode 23
|
||||
|
||||
minSdk 21
|
||||
// API 33 is still busted, waiting until the XML element issue is fixed
|
||||
// noinspection OldTargetApi
|
||||
targetSdk 33
|
||||
|
||||
buildFeatures {
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/23.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/23.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Auxio 2.6.0 enables a new, higher-quality form of music scanning, while also heavily improving the playback UI. For more information, For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v2.6.0.
|
||||
|
||||
This release fixes certain crashes that were identified in the previous version.
|
Loading…
Reference in a new issue