panlili2024
2025-03-19 7c8ce9b9a7d3fc1aaa4a621e86415b25ad10a34f
HDLSDK/hdl-connect/build.gradle
@@ -8,8 +8,8 @@
    defaultConfig {
        minSdkVersion rootProject.minSdkVersion
        targetSdkVersion rootProject.targetSdkVersion
        versionCode 7
        versionName "1.1.9"
        versionCode 11
        versionName "1.2.3"
        consumerProguardFiles "consumer-rules.pro"
    }
@@ -27,11 +27,15 @@
}
dependencies {
//    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    api 'com.hdl.hdlhttp:hxhttp:1.0.4'
    api 'com.squareup.okhttp3:logging-interceptor:4.9.1'
//    embed(name: 'hxhttp_1.0.4_230201',ext: 'aar')
    api files('libs/hdlSDK_V1.0.7.jar')
    api 'com.google.code.gson:gson:2.8.8'
    //二维码
    api 'com.google.zxing:core:3.4.1'
    //事件总线
    api 'org.greenrobot:eventbus:3.2.0'
}