| | |
| | | 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 "androidx.room:room-rxjava3:2.3.0" |
| | | |
| | | //图片 |
| | | implementation 'com.github.bumptech.glide:glide:4.11.0' |
| | |
| | | implementation 'io.github.lucksiege:pictureselector:v3.11.2' |
| | | // 图片压缩 (按需引入) |
| | | implementation 'io.github.lucksiege:compress:v3.11.2' |
| | | |
| | | // 图片查看 |
| | | implementation('com.github.SherlockGougou:BigImageViewPager:androidx-7.2.3') { |
| | | exclude group: 'androidx.appcompat'; |
| | | exclude group: 'com.google.android.material'; |
| | | exclude group: 'androidx.core'; |
| | | } |
| | | |
| | | } |