Some unused resource removed.

This commit is contained in:
dxl
2020-04-06 14:28:40 +08:00
parent f803ca558d
commit 67053b9f9b
5 changed files with 3 additions and 3 deletions
+1
View File
@@ -47,4 +47,5 @@ dependencies {
api project(path: ':mifaretag')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.github.felHR85:UsbSerial:6.1.0'
}
Binary file not shown.
@@ -19,7 +19,7 @@ public final class Com implements Serializable {
* For standardization and security,
* you should not change any functions and variables defined by the native keyword,
* or you may have a big problem!
* If your implementation does not need to be mapped to the bottom (only Java exists), please do not use this tool class!
* If your implementation does not need to be mapped to the c/c++ (only Java exists), please do not use this tool class!
*
* 警告!!!
* 为了规范性和安全性,你不应当更改任何native关键字定义的函数与变量,否则可能会出现大问题!
@@ -22,7 +22,6 @@ import java.util.List;
import java.util.Queue;
import cn.dxl.common.util.AppUtil;
import cn.dxl.common.util.HexUtil;
/*
* Usb 2 uart Serial implements
+1 -1
View File
@@ -41,4 +41,4 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
}
}