| | |
| | | } |
| | | } |
| | | compileSdk 30 |
| | | |
| | | defaultConfig { |
| | | applicationId "com.hdl.photovoltaic" |
| | | minSdk 23 |
| | | targetSdk 30 |
| | | versionCode 1 |
| | | versionName "1.1.1" |
| | | |
| | | versionName "1.1.2"//版本规则1.1是产品功能迭代用的,最后一位1是我们修复bug用的 |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | multiDexEnabled true |
| | | manifestPlaceholders = mfph |
| | |
| | | implementation 'androidx.navigation:navigation-ui:2.3.5' |
| | | implementation 'androidx.legacy:legacy-support-v4:1.0.0' |
| | | |
| | | //国家列表和手机区号库 |
| | | implementation project(path: ':countrypicker') |
| | | //二维码库 |
| | | implementation project(path: ':third-zxing') |
| | | //Link本地库 |
| | | implementation project(path: ':HDLLinkLocalSdk') |