Skip to content

Commit

Permalink
Bump to 3.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Dec 10, 2018
1 parent e191e01 commit d69b43d
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

###### Very slim and nice music player with low memory footprint!
###### Now available in Kotlin language
###### Current version: (101) 3.5.1
###### Current version: (102) 3.5.2
###### Material Design Icon by Julian Javier Gomez, Axinen Design (https://plus.google.com/u/0/+AxinenDesign)


Expand All @@ -15,7 +15,7 @@

# Screenshots

![Screenshots](https://raw.githubusercontent.com/enricocid/Music-Player-GO/master/screenshots_v3-5-1.png)
![Screenshots](https://raw.githubusercontent.com/enricocid/Music-Player-GO/master/screenshots_v3-5-2.png)


# Download
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Review WaveView
- Minor UI changes
- Fixes to artist details layout
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Rivisitazione WaveView
- Cambiamenti minori alla UI
- Correzioni alla pagina artista
4 changes: 2 additions & 2 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.iven.musicplayergo"
minSdkVersion 21
targetSdkVersion 28
versionCode 101
versionName "3.5.1"
versionCode 102
versionName "3.5.2"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion project/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name" translatable="false">Music Player GO</string>
<string name="version" translatable="false">v3.5.1</string>
<string name="version" translatable="false">v3.5.2</string>
<string name="unknown_year" translatable="false">N&#x2F;A</string>
<string name="no_eq">No equalizer found!</string>
<string name="bad_id">Play a song first!</string>
Expand Down
Binary file removed screenshots_v3-5-1.png
Binary file not shown.
Binary file added screenshots_v3-5-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d69b43d

Please sign in to comment.