| | |
| | | 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: ':pickerview') |
| | | //图表库 |
| | | implementation project(path: ':aa_chart_core') |
| | | //国家列表和手机区号库 |
| | |
| | | implementation 'cn.jiguang.sdk:jpush-google:5.2.2' |
| | | //分析和用户标签等功能(可选,集成极光分析SDK后,即可支持行为触发推送消息、推送转化率统计,用户行为分) |
| | | implementation 'cn.jiguang.sdk:joperate:2.0.2' |
| | | |
| | | //PickerView |
| | | implementation 'com.contrarywind:Android-PickerView:4.1.9' |
| | | |
| | | |
| | | |
| | | |