| | |
| | | //必须配置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 |
| | |
| | | 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" |