hxb
2023-06-28 8a6763af48a243ad3c7e04adfd6a2520d119adac
app/build.gradle
@@ -4,14 +4,14 @@
//必须配置uni
def mfph = [
        //宿主包名
        "apk.applicationId": "com.hdl.photovoltaic1",
        "apk.applicationId": "com.hdl.photovoltaic",
]
android {
    compileSdk 32
    defaultConfig {
        applicationId "com.hdl.photovoltaic1"
        applicationId "com.hdl.photovoltaic"
        minSdk 23
        targetSdk 32
        versionCode 1
@@ -63,14 +63,19 @@
    implementation 'androidx.navigation:navigation-fragment:2.3.5'
    implementation 'androidx.navigation:navigation-ui:2.3.5'
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation project(path: ':third-zxing')
    //Link本地库
    implementation project(path: ':HDLLinkLocalSdk')
    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
//    implementation 'org.greenrobot:eventbus:3.0.0'
    implementation 'com.hdl.hdlhttp:hxhttp:1.0.4'
//Link本地库
    implementation project(path: ':HDLLinkLocalSdk')
    //Eventbus事件发布与接收
    implementation 'org.greenrobot:eventbus:3.3.1'
    //********UniSDK必须添加的依赖 start********
    implementation "androidx.recyclerview:recyclerview:1.0.0"