Skip to content

Commit

Permalink
Bump to 3.0.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 17, 2018
1 parent a64b3de commit 99a8153
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you have other questions to ask which are not listed in the above FAQ, kindly
**For developers:**
Want to help, but You **get stuck** during the build process at **'Configuration on demand is not supported by the current version'** on Android Studio 3.x.x?

Here is the answer to Your problems: https://stackoverflow.com/a/49996317
Here is the fix: https://stackoverflow.com/a/49996317


If you have other questions to ask which are not listed in the above FAQ, kindly ask by creating an issue. We will be available to give answers to your questions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@
[![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: (78) 3.0.2.2
###### Current version: (79) 3.0.3
###### Material Design Icon by Julian Javier Gomez, Axinen Design (https://plus.google.com/u/0/+AxinenDesign)

# For developers:
Want to help, but You **get stuck** during the build process at **'Configuration on demand is not supported by the current version'** on Android Studio 3.x.x?

Here is the answer to Your problems: https://stackoverflow.com/a/49996317



![ScreenShot](https://raw.githubusercontent.com/enricocid/Music-Player-GO/master/icon2.png)

Expand Down Expand Up @@ -68,6 +62,12 @@ You can also get the app from **IzzyOnDroid** repository! To add this repo to Yo

*Based on nothing: it was written from scratch besides few snippets here and there*

### For developers:
Want to help, but You **get stuck** during the build process at **'Configuration on demand is not supported by the current version'** on Android Studio 3.x.x?


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! :)*

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 78
versionName "3.0.2.2"
versionCode 79
versionName "3.0.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.0.2.2</string>
<string name="version" translatable="false">v3.0.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 99a8153

Please sign in to comment.