panlili2024
2025-03-19 7c8ce9b9a7d3fc1aaa4a621e86415b25ad10a34f
HDLSDK/com.hdl.sdk/build.gradle
@@ -8,8 +8,8 @@
    defaultConfig {
        minSdkVersion rootProject.minSdkVersion
        targetSdkVersion rootProject.targetSdkVersion
        versionCode 119
        versionName "1.1.9"
        versionCode 123
        versionName "1.2.3"
    }
    buildTypes {
        debug {
@@ -29,9 +29,6 @@
    embed 'com.hdl.hdlhttp:hxhttp:1.0.4'
//    api 'androidx.appcompat:appcompat:1.3.1'
//    api 'com.google.android.material:material:1.4.0'
    embed 'com.squareup.okhttp3:okhttp:4.9.1'
    embed 'com.squareup.okhttp3:logging-interceptor:4.9.1'
    embed 'com.squareup.okio:okio:2.8.0'
@@ -48,9 +45,6 @@
    embed 'com.trello.rxlifecycle4:rxlifecycle-android-lifecycle:4.0.2'
    embed 'org.reactivestreams:reactive-streams:1.0.3'
//    embed(name: 'hxhttp_1.0.4_230201',ext: 'aar')
    embed project(path: ':hdl-connect', configuration: 'default')
}