panlili2024
2025-02-21 d31f2155237aa65cee1cb6ce1d39c48191663226
HDLSDK/hdl-connect/build.gradle
@@ -27,11 +27,12 @@
}
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')
//    embed(name: 'hdlSDK_V1.0.2',ext: 'jar')
    api 'com.google.code.gson:gson:2.8.8'
}