管灌系统巡查员智能手机App
app/build.gradle
@@ -173,6 +173,7 @@
    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'
@@ -180,4 +181,12 @@
    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';
    }
}