panlili2024
2025-03-05 134209ad70f82051da3ce63471df0cc8f778e57d
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,7 +38,11 @@
    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 files('libs\\com.hdl.sdk-v1.0.20.aar')
//    implementation 'com.google.code.gson:gson:2.8.8'
    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'
}