Skip to content

Commit

Permalink
Fixed the crash issue when connecting.
Browse files Browse the repository at this point in the history
Fixed the crash issue when connecting again after we get the disconnect
indication.
  • Loading branch information
Kushal Kumar committed Feb 27, 2017
1 parent 9b9e89a commit 2db6bec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-blueapp",
"version": "1.1.3",
"version": "1.1.4",
"description": "Cordova BlueApp.io Plugin",
"cordova": {
"id": "cordova-plugin-blueapp",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-blueapp" version="1.1.3" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-blueapp" version="1.1.4" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>BlueApp.io</name>
<description>Cordova BlueApp Plugin</description>
<!-- <asset src="www/blueappio.js" target="js/blueappio.js"/> -->
Expand Down
Binary file modified src/android/libs/GATT-IP-LIB.jar
Binary file not shown.

0 comments on commit 2db6bec

Please sign in to comment.