Skip to content

Commit

Permalink
Ready for release 4.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Nov 23, 2020
1 parent 32dc629 commit 2daf7f7
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.3.1&color=58F5D1">
src="https://img.shields.io/static/v1?label=Tag&message=v4.3.2&color=58F5D1">
</a>
<!-- Minimum SDK -->
<a>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/154.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix crash in queue dialog
- Fix crashes due to wrong initialization of variables
- Update dependencies
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it/changelogs/154.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Corretto crash nel dialog queue
- Corretti crash dovuti ad un errore nell'inizializzazione di alcune variabili
- Aggiornate le dipendenze
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 153
versionName "4.3.1"
versionCode 154
versionName "4.3.2"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 2daf7f7

Please sign in to comment.