app/build.gradle
@@ -108,6 +108,7 @@ buildFeatures { viewBinding true aidl true } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -153,8 +154,8 @@ implementation project(path: ':third-zxing') //Link本地库(在线依赖网络库) implementation 'com.hdl.android:pmsdk:1.0.9' implementation 'com.hdl.android:debugsdk:1.0.65' // implementation project(path:':sdk') // implementation 'com.hdl.android:debugsdk:1.0.71' implementation project(path: ':sdk') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3'