diff --git a/README.md b/README.md index 026107661..15c4c317f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# Music-Player-GO [![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) +# Music-Player-GO +[![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! -###### Current version: (54) 2.4.1.3 +###### Current version: (55) 2.4.1.4 ###### Material Design Icon by Julian Javier Gomez (https://plus.google.com/+JulianGomezAxinen) @@ -10,7 +11,7 @@ # Screenshots -![Screenshots](https://raw.githubusercontent.com/enricocid/Music-Player-GO/master/screenshots_v54.png) +![Screenshots](https://raw.githubusercontent.com/enricocid/Music-Player-GO/master/screenshots_v55.png) # Download diff --git a/project/app/build.gradle b/project/app/build.gradle index 7c3f8eccd..4cf57e4e9 100644 --- a/project/app/build.gradle +++ b/project/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.iven.musicplayergo" minSdkVersion 21 targetSdkVersion 27 - versionCode 54 - versionName "2.4.1.3" + versionCode 55 + versionName "2.4.1.4" } buildTypes { release { diff --git a/screenshots_v54.png b/screenshots_v54.png deleted file mode 100644 index 722f9a479..000000000 Binary files a/screenshots_v54.png and /dev/null differ diff --git a/screenshots_v55.png b/screenshots_v55.png new file mode 100644 index 000000000..b3e14248c Binary files /dev/null and b/screenshots_v55.png differ