Skip to content

Commit

Permalink
Release 4.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Mar 2, 2021
1 parent d3b4e94 commit 48f0943
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
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.4.1&color=58F5D1">
src="https://img.shields.io/static/v1?label=Tag&message=v4.4.2&color=58F5D1">
</a>
<!-- Minimum SDK -->
<img alt="Minimum SDK" src="https://img.shields.io/static/v1?label=API&message=21&color=32B5ED">
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/164.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix playback speed option
- Fix error screen visibility
- Code simplifications
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it/changelogs/164.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Corretta opzione velocità di riproduzione
- Corretta visibilità schermata errore
- Semplificazioni codice
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 163
versionName "4.4.1"
versionCode 164
versionName "4.4.2"

vectorDrawables.useSupportLibrary true
}
Expand Down

0 comments on commit 48f0943

Please sign in to comment.