mirror of
https://github.com/RfidResearchGroup/RFIDtools.git
synced 2026-05-12 11:19:59 -07:00
No response bug fixed.
This commit is contained in:
@@ -56,7 +56,7 @@ dependencies {
|
||||
implementation 'com.github.xianglin1998:IORedirector:1.0'
|
||||
implementation 'com.github.xianglin1998:Crapto1:1.3'
|
||||
implementation 'com.github.xianglin1998:nfctag:1.0'
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0'
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0.1'
|
||||
implementation 'com.github.xianglin1998:nfc_console:1.0'
|
||||
|
||||
implementation project(':utils')
|
||||
|
||||
@@ -268,7 +268,6 @@ public class AppMainDevicesFragment extends BaseFragment {
|
||||
//如果是横屏动作,那我们就没必要全部销毁。
|
||||
if (isBackPressed) {
|
||||
AppUtil.getInstance().finishAll();
|
||||
System.exit(0);
|
||||
}
|
||||
Context context = getContext();
|
||||
if (context != null) {
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'com.github.xianglin1998:mfkey:1.1'
|
||||
implementation 'com.github.xianglin1998:nfctag:1.0'
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0'
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0.1'
|
||||
|
||||
implementation project(path: ':utils')
|
||||
implementation project(path: ':communication')
|
||||
|
||||
@@ -23,6 +23,6 @@ android {
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'com.github.felHR85:UsbSerial:6.1.0'
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0'
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0.1'
|
||||
implementation 'androidx.annotation:annotation:1.1.0'
|
||||
}
|
||||
|
||||
@@ -42,5 +42,5 @@ dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
implementation project(':communication')
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0'
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0.1'
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'com.github.xianglin1998:nfctag:1.0'
|
||||
implementation 'com.github.xianglin1998:nfc_console:1.0'
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0'
|
||||
implementation 'com.github.xianglin1998:ComBridge:1.0.1'
|
||||
|
||||
implementation project(':communication')
|
||||
implementation project(path: ':utils')
|
||||
|
||||
Submodule pm3rdv4rrg/src/main/cpp/proxmark3 updated: d55a147ca9...0c233590a5
Reference in New Issue
Block a user