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" @@ -39,6 +39,10 @@ implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6' // implementation 'com.google.code.gson:gson:2.8.8' // implementation project(path: ':hdl-connect') implementation files('libs\\com.hdl.sdk-v1.1.0.aar') implementation files('libs\\com.hdl.sdk-v1.2.1.aar') //二维码 implementation 'com.google.zxing:core:3.4.1' //事件总线 implementation 'org.greenrobot:eventbus:3.2.0' }