Skip to content

Commit

Permalink
Bump to 4.3.7
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Dec 15, 2020
1 parent dd1c91d commit 1b1c056
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ This work is licensed under a [CC 0](https://creativecommons.org/share-your-work

- [**john2020star**](https://github.com/john2020star) for having contributed to fix this [issue](https://github.com/enricocid/Music-Player-GO/issues/196)

- **Soyeb Mullick** for having reported this [issue](https://github.com/enricocid/Music-Player-GO/commit/dd1c91d3b62efcd2978a74ef5d64d1615b685c4a)


### Big thanks to translators:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Latest Release -->
<a href="https://github.com/enricocid/Music-Player-GO/releases">
<img alt="GitHub release"
src="https://img.shields.io/static/v1?label=Tag&message=v4.3.6&color=58F5D1">
src="https://img.shields.io/static/v1?label=Tag&message=v4.3.7&color=58F5D1">
</a>
<!-- Minimum SDK -->
<a>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/159.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Now playing dialog: fix cover not being updated

Thanks Soyeb Mullick for reporting
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it/changelogs/159.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Now playing dialog: la copertina ora viene aggiornata correttamente

Grazie a Soyeb Mullick per averlo riportato
4 changes: 2 additions & 2 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.iven.musicplayergo"
minSdkVersion 21
targetSdkVersion 30
versionCode 158
versionName "4.3.6"
versionCode 159
versionName "4.3.7"

vectorDrawables.useSupportLibrary true
}
Expand Down

0 comments on commit 1b1c056

Please sign in to comment.