Version 2.0.1
Ready for version 2.0.1 of Auxio.
This commit is contained in:
parent
c12b10a1ed
commit
2ff2cd8cf4
2 changed files with 3 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.0.0&color=0D5AF5">
|
||||
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v2.0.1&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.0.0"
|
||||
versionCode 9
|
||||
versionName "2.0.1"
|
||||
versionCode 10
|
||||
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
|
|
Loading…
Reference in a new issue