Version 2.2.2
Ready for version 2.2.2 of Auxio.
This commit is contained in:
parent
3293637cfd
commit
82247775ac
4 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## dev [v2.2.2 or 2.3.0]
|
||||
## dev [v2.2.3, v2.3.0, or v3.0.0]
|
||||
|
||||
## v2.2.2
|
||||
#### What's New
|
||||
- New spanish translations and metadata [courtesy of n-berenice]
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<h4 align="center">A simple, rational music player for android.</h4>
|
||||
<p align="center">
|
||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v2.2.1&color=0D5AF5">
|
||||
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v2.2.2&color=0D5AF5">
|
||||
</a>
|
||||
<a href="https://www.gnu.org/licenses/gpl-3.0">
|
||||
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "org.oxycblt.auxio"
|
||||
versionName "2.2.1"
|
||||
versionCode 13
|
||||
versionName "2.2.2"
|
||||
versionCode 14
|
||||
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/14.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/14.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Auxio 2.2.0 improves music loading even further, respecting individual artist tags while eliminating needlessly fragmented artists and albums. For more information, please see https://github.com/OxygenCobalt/Auxio/releases/tag/v2.2.0.
|
||||
|
||||
This release is a patch intended to fix a variety of issues with music loading.
|
Loading…
Reference in a new issue