| | |
| | | plugins { |
| | | id 'com.android.application' |
| | | id 'kotlin-android' |
| | | } |
| | | |
| | | android { |
| | |
| | | compileOptions { |
| | | sourceCompatibility JavaVersion.VERSION_1_8 |
| | | targetCompatibility JavaVersion.VERSION_1_8 |
| | | } |
| | | kotlinOptions { |
| | | jvmTarget = '1.8' |
| | | } |
| | | buildFeatures { |
| | | viewBinding true |
| | |
| | | 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'//图片选择 |
| | | } |