HDLSDK_DEMO/app/build.gradle
@@ -7,7 +7,7 @@ defaultConfig { applicationId "com.hdl.hdlsdkdemo" minSdk 21 minSdk 23 targetSdk 31 versionCode 1 versionName "1.0" @@ -38,6 +38,6 @@ androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6' implementation 'com.google.code.gson:gson:2.8.8' // implementation project(path: ':hdl-connect') // implementation 'com.google.code.gson:gson:2.8.8' implementation files('libs\\com.hdl.sdk-v1.2.0.aar') }