| | |
| | | minSdk 23 |
| | | targetSdk 30 |
| | | versionCode 1 |
| | | versionName "1.1.1"//版本规则1.1是产品功能迭代用的,最后一位1是我们修复bug用的 |
| | | versionName "1.1.2"//版本规则1.1是产品功能迭代用的,最后一位1是我们修复bug用的 |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | multiDexEnabled true |
| | | manifestPlaceholders = mfph |
| | |
| | | //权限请求框架 |
| | | implementation 'com.github.getActivity:XXPermissions:12.8' |
| | | |
| | | //通用适配器 |
| | | implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6' |
| | | |
| | | // //极光 |
| | | // implementation 'cn.jiguang.sdk:jpush:4.6.2' // 此处以JPush 4.6.2 版本为例。 |
| | | // implementation 'cn.jiguang.sdk:jcore:3.2.2' // 此处以JCore 3.2.2 版本为例。 |
| | | |
| | | |
| | | } |