Skip to content

Commit

Permalink
Bump to 3.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Sep 28, 2018
1 parent ad51c9c commit 5fbf19f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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 with low memory footprint!
###### Current version: (87) 3.1.2.1
###### Current version: (88) 3.1.3
###### Material Design Icon by Julian Javier Gomez, Axinen Design (https://plus.google.com/u/0/+AxinenDesign)


Expand Down Expand Up @@ -40,7 +40,7 @@ You can also get the app from **IzzyOnDroid** repository! To add this repo to Yo
- Skip to next song;
- Music organized by artist;
- Colorful index bar;
- Dark status bar icons for light accents;
- Dark status bar icons (from Android Marshmallow);

### Settings at hand:

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 87
versionName "3.1.2.1"
versionCode 88
versionName "3.1.3"
}
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.1.2.1</string>
<string name="version" translatable="false">v3.1.3</string>
<string name="albums">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 5fbf19f

Please sign in to comment.