build: bump to 4.0.0
Bump to version 4.0.0 (59).
This commit is contained in:
parent
c3aba06e2f
commit
db4e927780
3 changed files with 7 additions and 5 deletions
|
@ -35,12 +35,14 @@
|
||||||
- Fixed playback sheet flickering on warm start
|
- Fixed playback sheet flickering on warm start
|
||||||
- No longer possible to save a sort with no direction specified
|
- No longer possible to save a sort with no direction specified
|
||||||
- Fixed inconsistent corner radii in widget
|
- Fixed inconsistent corner radii in widget
|
||||||
|
- Possibly fixed foreground start music loading failures
|
||||||
|
- Fixed playlist view not exiting on deletion
|
||||||
|
|
||||||
#### What's Changed
|
#### What's Changed
|
||||||
- Date added is now local to when the app discovers the file and will not
|
- Date added is now local to when the app discovers the file and will not
|
||||||
persist long-term
|
persist long-term
|
||||||
- Songs with no album are now "Unknown album" rather than folder name
|
- Songs with no album are now "Unknown album" rather than folder name
|
||||||
- Tab layout no longer changes on device configuration
|
- Tab layout no longer changes depending on device configuration
|
||||||
|
|
||||||
#### Dev/Meta
|
#### Dev/Meta
|
||||||
- No longer using custom logging setup
|
- No longer using custom logging setup
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<h1 align="center"><b>Auxio</b></h1>
|
<h1 align="center"><b>Auxio</b></h1>
|
||||||
<h4 align="center">A simple, rational music player for android.</h4>
|
<h4 align="center">A simple, rational music player for android.</h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v3.6.3">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v4.0.0">
|
||||||
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.6.3&color=64B5F6&style=flat">
|
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v4.0.0&color=64B5F6&style=flat">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||||
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg?color=4B95DE&style=flat">
|
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg?color=4B95DE&style=flat">
|
||||||
|
|
|
@ -18,8 +18,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId namespace
|
applicationId namespace
|
||||||
versionName "4.0.0-dev5"
|
versionName "4.0.0"
|
||||||
versionCode 58
|
versionCode 59
|
||||||
|
|
||||||
minSdk min_sdk
|
minSdk min_sdk
|
||||||
targetSdk target_sdk
|
targetSdk target_sdk
|
||||||
|
|
Loading…
Reference in a new issue