diff --git a/README.md b/README.md index afc2b5bc3..1d88d4960 100644 --- a/README.md +++ b/README.md @@ -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: (77) 3.0.2.1 +###### Current version: (78) 3.0.2.2 ###### Material Design Icon by Julian Javier Gomez, Axinen Design (https://plus.google.com/u/0/+AxinenDesign) diff --git a/project/app/build.gradle b/project/app/build.gradle index e875702d9..d189fceed 100644 --- a/project/app/build.gradle +++ b/project/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.iven.musicplayergo" minSdkVersion 21 targetSdkVersion 28 - versionCode 77 - versionName "3.0.2.1" + versionCode 78 + versionName "3.0.2.2" } buildTypes { release { diff --git a/project/app/src/main/java/com/iven/musicplayergo/MainActivity.java b/project/app/src/main/java/com/iven/musicplayergo/MainActivity.java index ed4520a1d..2880dd025 100644 --- a/project/app/src/main/java/com/iven/musicplayergo/MainActivity.java +++ b/project/app/src/main/java/com/iven/musicplayergo/MainActivity.java @@ -29,7 +29,6 @@ import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.text.Spanned; -import android.util.Log; import android.view.MotionEvent; import android.view.View; import android.view.ViewAnimationUtils; @@ -674,17 +673,13 @@ public void expandArtistDetails(View v) { if (mPlayerAdapter != null && mPlayerAdapter.getCurrentSong() != null) { if (!mPlayerAdapter.getCurrentSong().artistName.equals(mSelectedArtist)) { onArtistSelected(mPlayerAdapter.getCurrentSong().artistName); - Log.d("1", "1"); } else if (sArtistDiscographyExpanded) { revealView(mArtistDetails, mArtistsRecyclerView, false); - Log.d("2", "2"); } else { revealView(mArtistDetails, mArtistsRecyclerView, true); - Log.d("3", "3"); } } else { revealView(mArtistDetails, mArtistsRecyclerView, !sArtistDiscographyExpanded); - Log.d("4", "4"); } } diff --git a/project/app/src/main/res/values/strings.xml b/project/app/src/main/res/values/strings.xml index 98905589d..8f5e6d44d 100644 --- a/project/app/src/main/res/values/strings.xml +++ b/project/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ Music Player GO - v3.0.2.1 + v3.0.2.2 albums: %d N/A No equalizer found!