| | |
| | | multiDexEnabled true |
| | | manifestPlaceholders = mfph |
| | | ndk { |
| | | abiFilters 'x86', 'armeabi-v7a', "arm64-v8a" //不支持armeabi |
| | | abiFilters 'armeabi-v7a', "arm64-v8a" //不支持armeabi |
| | | } |
| | | |
| | | manifestPlaceholders = [ |
| | |
| | | |
| | | ] |
| | | |
| | | } |
| | | // 保证其他的lib没有被preDex |
| | | dexOptions { |
| | | preDexLibraries = false |
| | | } |
| | | repositories { |
| | | flatDir { |
| | |
| | | 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: ':aa_chart_core') |
| | | //国家列表和手机区号库 |
| | | implementation project(path: ':countrypicker') |
| | | //二维码库 |
| | |
| | | |
| | | //Eventbus事件发布与接收 |
| | | implementation 'org.greenrobot:eventbus:3.3.1' |
| | | //屏幕适配 |
| | | //屏幕适配库 |
| | | implementation 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1' |
| | | |
| | | //图片加载库 |
| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | //若不集成厂商通道,可直接跳过以下依赖 |
| | | // 极光厂商插件版本与接入 JPush 版本保持一致,下同 |
| | | // 接入华为厂商 |