Skip to content

Commit

Permalink
Update Java SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyubo committed Oct 1, 2016
1 parent e371304 commit a10d03c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified sdk/java/libs/libyiaction.jar
Binary file not shown.
Binary file modified sdk/java/samples/YI360Demo/app/libs/libyiaction.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ public void onConnected() {
mContext.cameras.set(i, this);
mContext.gridAdapter.notifyDataSetChanged();
// check current status
mCamera.getSetting(new ActionCameraCommandCallback1<ActionCameraSetting>() {
mCamera.getSettings(new ActionCameraCommandCallback1<ActionCameraSettings>() {
@Override
public void onInvoke(ActionCameraSetting actionCameraSetting) {
public void onInvoke(ActionCameraSettings actionCameraSetting) {
if (actionCameraSetting.status == Status.Recording) {
updateState(CameraState.Recording);
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/java/samples/YI360Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Sat Oct 01 10:43:39 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit a10d03c

Please sign in to comment.