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