hxb
2023-06-28 531ba0d5bdc903c37e98128f04a85e0a146d23b7
app/build.gradle
@@ -4,14 +4,14 @@
//必须配置uni
def mfph = [
        //宿主包名
        "apk.applicationId": "com.hdl.photovoltaic",
        "apk.applicationId": "com.hdl.photovoltaic1",
]
android {
    compileSdk 32
    defaultConfig {
        applicationId "com.hdl.photovoltaic"
        applicationId "com.hdl.photovoltaic1"
        minSdk 23
        targetSdk 32
        versionCode 1
@@ -69,7 +69,8 @@
    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')
    //********UniSDK必须添加的依赖 start********
    implementation "androidx.recyclerview:recyclerview:1.0.0"