Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Jun 23, 2018
1 parent ba8fcd8 commit ae6e2ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat-square)](https://android-arsenal.com/api?level=21) [![Donate on PayPal](https://img.shields.io/badge/PayPal-Donate%20Now-brightgreen.svg)](https://paypal.me/enricocid)

###### Very slim music player (size <1000KB!) with low memory footprint!
###### Current version: (72) 2.5.3.1
###### Current version: (73) 2.5.3.2
###### Material Design Icon by Julian Javier Gomez, Axinen Design (https://plus.google.com/u/0/+AxinenDesign)


Expand Down
4 changes: 2 additions & 2 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.iven.musicplayergo"
minSdkVersion 21
targetSdkVersion 28
versionCode 72
versionName "2.5.3.1"
versionCode 73
versionName "2.5.3.2"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ public void onAnimationRepeat(Animator animator) {
}
}

public class PlaybackListener extends PlaybackInfoListener {
class PlaybackListener extends PlaybackInfoListener {

@Override
public void onPositionChanged(int position) {
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">v2.5.3.1</string>
<string name="version" translatable="false">v2.5.3.2</string>
<string name="albums">%s (albums: %d)</string>
<string name="unknown_year" translatable="false">N&#x2F;A</string>
<string name="no_eq">No equalizer found!</string>
Expand Down

0 comments on commit ae6e2ff

Please sign in to comment.