nilupeng
2022-08-10 2270c82c340e89b40291efa144dd5dd73710ff51
app/build.gradle
@@ -1,5 +1,6 @@
plugins {
    id 'com.android.application'
    id 'kotlin-android'
}
android {
@@ -32,6 +33,9 @@
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    kotlinOptions {
        jvmTarget = '1.8'
    }
    buildFeatures {
        viewBinding true
@@ -71,6 +75,5 @@
    annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
    implementation 'com.facebook.rebound:rebound:0.3.6'//Rebound  “弹簧”动画效果的第三方工具包,由FaceBook
    implementation 'com.github.zhaolei9527:BottomMenu:v1.0.1'//底部菜单弹框
    implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.3'//图片选择
    implementation 'com.github.wildma:PictureSelector:1.1.1'//图片选择裁切工具
    implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.6.0'//图片选择
}