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' }