AndroidOpenDemo/DeviceAddModule/build.gradle
@@ -1,4 +1,4 @@ apply plugin: 'com.android.library' apply plugin: 'com.android.application' repositories { flatDir { dirs 'libs' @@ -53,6 +53,7 @@ api fileTree(include: ['imageload4dh.jar'], dir: 'libs') // compileOnly fileTree(include: ['lechangeSDK.jar'], dir: 'libs') api fileTree(include: ['lechangeSDK.jar'], dir: 'libs') implementation 'com.google.code.gson:gson:2.8.8' // compile project(':LcOpenSDk')