deps updated.

This commit is contained in:
dxl
2020-05-14 18:02:29 +08:00
parent ecb4639a04
commit fd6e1d70f4
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ dependencies {
implementation 'com.github.xianglin1998:nfctag:1.0'
implementation 'com.github.xianglin1998:nfc_console:1.0'
implementation 'com.github.xianglin1998:ComBridge:v1.0.4'
implementation 'com.github.xianglin1998:ComBridge:1.0.5'
implementation project(':utils')
implementation project(':libnfc_pn53x')
+1 -1
View File
@@ -24,7 +24,7 @@ dependencies {
implementation 'com.github.xianglin1998:mfkey:1.1'
implementation 'com.github.xianglin1998:nfctag:1.0'
implementation 'com.github.xianglin1998:ComBridge:v1.0.4'
implementation 'com.github.xianglin1998:ComBridge:1.0.5'
implementation project(path: ':utils')
implementation project(path: ':communication')
+1 -1
View File
@@ -24,5 +24,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.github.felHR85:UsbSerial:6.1.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'com.github.xianglin1998:ComBridge:v1.0.4'
implementation 'com.github.xianglin1998:ComBridge:1.0.5'
}
+1 -1
View File
@@ -38,7 +38,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:v1.0.4'
implementation 'com.github.xianglin1998:ComBridge:1.0.5'
implementation project(path: ':communication')
+1 -1
View File
@@ -41,6 +41,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':communication')
implementation 'com.github.xianglin1998:ComBridge:v1.0.4'
implementation 'com.github.xianglin1998:ComBridge:1.0.5'
}
+1 -1
View File
@@ -41,7 +41,7 @@ dependencies {
implementation 'com.github.xianglin1998:nfctag:1.0'
implementation 'com.github.xianglin1998:nfc_console:1.0'
implementation 'com.github.xianglin1998:ComBridge:v1.0.4'
implementation 'com.github.xianglin1998:ComBridge:1.0.5'
implementation project(':communication')
implementation project(path: ':utils')