-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App recognition for music players who identify as com.android.music #209
base: master
Are you sure you want to change the base?
Conversation
Alia5
commented
Nov 28, 2015
- As in Issue #207 check for specific Intent-Extra when receiving MetaData from generic audio player "com.android.music.XXX"
- As in Issue artem-zinnatullin#207 check for specific Intent-Extra when receiving MetaData from generic audio player "com.android.music.XXX"
@@ -4,15 +4,16 @@ repositories { | |||
maven() { | |||
url 'http://jcenter.bintray.com' | |||
} | |||
maven { url "https://jitpack.io" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why we need jitpack?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
He couldn't find this library...
https://github.com/afollestad/material-dialogs
Just added the correct repo according to the projects git
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it, can you please change quotes from double "
to single '
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Okay, please fix the build and I'll merge this :) |
Dunno whats exactly wrong here... For me, locally, it builds just fine. |
Okay, I see, can you please add - platform-tools
- tools to the |
I have no clue about travis, so sorry for the hassle |