AlexaAndroid
AlexaAndroid copied to clipboard
It seems that the lib of demo is different from the newest version.
Is there something different between them? For example,this is a method in AlexaManager.java of the Demo:
public void sendPlaybackStartedEvent(AvsItem item, long milliseconds, final AsyncCallback<AvsResponse, Exception> callback);
And the in the newest version(2.4.2):
public void sendPlaybackStartedEvent(AvsItem item, final AsyncCallback<AvsResponse, Exception> callback)
where have you seen the newest version?can u provide the link?thx
I mean the version in README:
compile 'com.willblaschko.android.alexa:AlexaAndroid:2.4.2'