| | |
| | | ] |
| | | |
| | | android { |
| | | compileSdk 32 |
| | | compileSdk 30 |
| | | |
| | | defaultConfig { |
| | | applicationId "com.hdl.photovoltaic" |
| | | minSdk 23 |
| | | targetSdk 32 |
| | | targetSdk 30 |
| | | versionCode 1 |
| | | versionName "1.0" |
| | | |
| | |
| | | androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' |
| | | // implementation 'org.greenrobot:eventbus:3.0.0' |
| | | implementation 'com.hdl.hdlhttp:hxhttp:1.0.4' |
| | | //okhttp 打印 |
| | | implementation 'com.squareup.okhttp3:logging-interceptor:4.9.1' |
| | | |
| | | //Eventbus事件发布与接收 |
| | | implementation 'org.greenrobot:eventbus:3.3.1' |
| | | //屏幕适配 |
| | | implementation 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1' |
| | | |
| | | |
| | | //********UniSDK必须添加的依赖 start******** |