Version 2.5.0
Ready for version 2.5.0 of Auxio.
This commit is contained in:
parent
8a4aee9ab1
commit
634fcb4273
3 changed files with 4 additions and 3 deletions
|
@ -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.4.0&color=0D5AF5">
|
||||
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v2.5.0&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">
|
||||
|
|
|
@ -8,8 +8,8 @@ plugins {
|
|||
android {
|
||||
defaultConfig {
|
||||
applicationId "org.oxycblt.auxio"
|
||||
versionName "2.4z.0"
|
||||
versionCode 17
|
||||
versionName "2.5.0"
|
||||
versionCode 18
|
||||
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/18.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/18.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Auxio 2.5.0 allows the app to respond to changes in your music library, alongside a variety of bug fixes and UI improvements. For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v2.5.0.
|
Loading…
Reference in a new issue