MTing 2 days ago
parent
commit
88a2d06d16
  1. 9
      app/build.gradle
  2. 3
      settings.gradle

9
app/build.gradle

@ -81,6 +81,8 @@ dependencies {
// Android开发工具库
implementation 'com.blankj:utilcode:1.30.7'
//
implementation project(':facelibrary')
implementation project(':financelibrary')
@ -91,13 +93,14 @@ dependencies {
//
implementation "com.huawei.hms:scanplus:2.12.0.301"
//
implementation 'com.github.kongqw:SerialPortLibrary:2.1.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
//
// implementation 'com.github.kongqw:AndroidSerialPort:2.1.1'
// implementation 'com.github.kongqw:AndroidSerialPort:1.0.1'
}
configurations {

3
settings.gradle

@ -25,4 +25,5 @@ include ':app'
include ':facelibrary'
include ':financelibrary'
include ':datalibrary'
include ':oxplugin_padface'
include ':oxplugin_padface'
include ':lib-serialport'
Loading…
Cancel
Save