| | |
| | | implementation 'io.github.jeremyliao:live-event-bus-x:1.8.0' |
| | | |
| | | //阿里的RocketMQ |
| | | implementation 'org.apache.rocketmq:rocketmq-client:4.9.4' |
| | | // implementation 'org.apache.rocketmq:rocketmq-client:4.9.4' |
| | | |
| | | implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5' |
| | | |
| | | //room数据库 |
| | | implementation "androidx.room:room-runtime:2.3.0" |
| | | implementation "androidx.room:room-ktx:2.3.0" |
| | | runtimeOnly("androidx.room:room-common:2.3.0") |
| | | annotationProcessor "androidx.room:room-compiler:2.3.0" |
| | | |
| | | //图片 |
| | | implementation 'com.github.bumptech.glide:glide:4.11.0' |
| | | // PictureSelector 基础 (必须图片选择) |
| | | implementation 'io.github.lucksiege:pictureselector:v3.11.2' |
| | | // 图片压缩 (按需引入) |
| | | implementation 'io.github.lucksiege:compress:v3.11.2' |
| | | } |