Skip to content

Commit 1a694bf

Browse files
author
陈福行
committed
update jar
1 parent 6380136 commit 1a694bf

10 files changed

Lines changed: 10 additions & 7 deletions

File tree

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/aicare/net/cn/sdk/tpmsrepositoryandroid/MainActivity.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ public void onClick(View v) {
180180
case R.id.ll_set_id:
181181
new SetIdDialog(this, deviceIdMap, this).show();
182182
break;
183+
default:
184+
break;
183185
}
184186
}
185187

@@ -206,6 +208,8 @@ public void onGetData(byte[] bytes,String mac, String deviceId, int rssi, float
206208
case 5:
207209
deviceState = Config.DeviceState.WEAK_UP;
208210
break;
211+
default:
212+
break;
209213
}
210214

211215
StringBuffer buffer = new StringBuffer();

tpmslibrary/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 19
1212
targetSdkVersion 31
1313
versionCode 1
14-
versionName "1.3.4"
14+
versionName "1.3.6"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717

@@ -55,7 +55,7 @@ afterEvaluate {
5555
from components.release
5656
groupId = 'com.github.elinkthings'
5757
artifactId = 'TmpsSDKRepositoryAndroid'
58-
version = "1.3.4"
58+
version = "1.3.6"
5959
}
6060
}
6161
}
-848 Bytes
Binary file not shown.
1.21 KB
Binary file not shown.

tpmslibrary/libs/tpmslib.jar

-1.48 KB
Binary file not shown.
-1.68 KB
Binary file not shown.
-1.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)