562935844@qq.com
2023-10-18 755e2893c12b79649ee12dec2b7d832d58b9265b
HDLSDK/hdl-connect/build.gradle
@@ -8,10 +8,9 @@
    defaultConfig {
        minSdkVersion rootProject.minSdkVersion
        targetSdkVersion rootProject.targetSdkVersion
        versionCode 1
        versionName "1.0.1"
        versionCode 5
        versionName "1.1.3"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        consumerProguardFiles "consumer-rules.pro"
    }
@@ -28,11 +27,10 @@
}
dependencies {
    api project(path: ':hdl-socket')
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'com.google.android.material:material:1.3.0'
//    implementation fileTree(include: ['*.jar'], dir: 'libs')
//    //加密
//    implementation 'cn.hutool:hutool-all:5.6.5'
//    implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
}
//    api 'com.hdl.hdlhttp:hxhttp:1.0.4'
//    api 'com.squareup.okhttp3:logging-interceptor:4.9.1'
    api 'com.google.code.gson:gson:2.8.8'
}