AlexaAndroid icon indicating copy to clipboard operation
AlexaAndroid copied to clipboard

It seems that the lib of demo is different from the newest version.

Open totond opened this issue 7 years ago • 2 comments

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)

totond avatar Nov 15 '17 07:11 totond

where have you seen the newest version?can u provide the link?thx

wantitmore avatar Feb 02 '18 03:02 wantitmore

I mean the version in README:

compile 'com.willblaschko.android.alexa:AlexaAndroid:2.4.2'

totond avatar Feb 02 '18 04:02 totond