mirror of
https://github.com/RfidResearchGroup/RFIDtools.git
synced 2026-05-12 11:19:59 -07:00
Some unused resource removed.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -41,4 +41,4 @@ android {
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user