Skip to content

Commit

Permalink
Bump to 3.5.2.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 11, 2018
1 parent b0eef07 commit 14c0c08
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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: (103) 3.5.2.1
###### Current version: (104) 3.5.2.2
###### Material Design Icon by Julian Javier Gomez, Axinen Design (https://plus.google.com/u/0/+AxinenDesign)


Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Review/improve the loading music mechanism
- Fix Turkish translations (credits: Adem Furkan �ZCAN)
2 changes: 2 additions & 0 deletions fastlane/metadata/android/it/changelogs/104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Rivisitato/migliorato meccanismo caricamento musica
- Corretta traduzione Turco (credits: Adem Furkan �ZCAN)
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 103
versionName "3.5.2.1"
versionCode 104
versionName "3.5.2.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.2.1</string>
<string name="version" translatable="false">v3.5.2.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

0 comments on commit 14c0c08

Please sign in to comment.