This commit is contained in:
nikiii 2024-06-16 02:33:00 +08:00
parent ddf8db9837
commit c8976b0bfc
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@ android {
dependencies {
implementation ("io.github.lucksiege:pictureselector:v3.11.2")
implementation ("io.github.lucksiege:compress:v3.11.2")
implementation ("io.github.lucksiege:ucrop:v3.11.2")
implementation ("io.github.lucksiege:camerax:v3.11.2")
implementation ("com.github.bumptech.glide:glide:4.15.1")
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation ("com.google.code.gson:gson:2.10.1")
implementation("androidx.appcompat:appcompat:1.6.1")