Skip to content

Commit

Permalink
bump to 3.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Sep 17, 2018
1 parent 9f92eb4 commit 7457215
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 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: (79) 3.0.3
###### Current version: (80) 3.0.4
###### Material Design Icon by Julian Javier Gomez, Axinen Design (https://plus.google.com/u/0/+AxinenDesign)


Expand All @@ -14,7 +14,7 @@

# Screenshots

![Screenshots](https://raw.githubusercontent.com/enricocid/Music-Player-GO/master/screenshots_v3_1.png)
![Screenshots](https://raw.githubusercontent.com/enricocid/Music-Player-GO/master/screenshots_v3_2.png)


# Download
Expand Down Expand Up @@ -71,14 +71,11 @@ Here is the fix: https://stackoverflow.com/a/49996317
### What does this cost?
*Music Player GO will always be free! Anyway, you can still buy me a beer, an ice cream or something via [PayPal](https://www.paypal.me/enricocid) if You really liked it! :)*

### Dependencies used:
### Dependencies/API used:

- Android Support Design (Material Design Components)
- Android Support Library v4 core-utils;
- Android Support Library v4 media-compat;
- RecyclerView v7;
- AppCompat v7;


# Credits:

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 79
versionName "3.0.3"
versionCode 80
versionName "3.0.4"
}
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.0.3</string>
<string name="version" translatable="false">v3.0.4</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
Binary file removed screenshots_v3_1.png
Binary file not shown.
Binary file added screenshots_v3_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 7457215

Please sign in to comment.