Skip to content

Commit

Permalink
hotfix for self made bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mart-Bogdan committed May 12, 2014
1 parent c0b2290 commit 24a0d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions laserwidget/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

group = 'com.innahema'
version = '0.1.1-SNAPSHOT'
def version_code = 6
version = '0.1.1'
def version_code = 7


buildscript {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private void switchFlash() {
k508Service = IK508ControlService.Stub.asInterface(k508ServiceBinder);
}
try {
k508Service.setVal(2,isEnabled ? 0L : 0L);
k508Service.setVal(2,isEnabled ? 1L : 0L);
} catch (RemoteException e) {
Log.e(LOG_TAG, "switchFlash()", e);
}
Expand Down

0 comments on commit 24a0d27

Please sign in to comment.