| | |
| | | compileSdk 32 |
| | | |
| | | defaultConfig { |
| | | applicationId "com.example.photovoltaic" |
| | | applicationId "com.hdl.photovoltaic" |
| | | minSdk 23 |
| | | targetSdk 32 |
| | | versionCode 1 |
| | |
| | | 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') |
| | | 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 'org.greenrobot:eventbus:3.0.0' |
| | | implementation 'com.hdl.hdlhttp:hxhttp:1.0.4' |
| | | |
| | | |
| | | } |