This commit is contained in:
ag2s20150909
2023-09-24 18:19:42 +08:00
committed by GitHub
parent 2c76551ef4
commit 3fb3a615ec
16 changed files with 47 additions and 65 deletions
+3 -2
View File
@@ -214,10 +214,10 @@ dependencies {
//网络
implementation('com.squareup.okhttp3:okhttp:4.11.0')
implementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
implementation 'com.google.protobuf:protobuf-javalite:3.23.4'
implementation 'com.google.protobuf:protobuf-javalite:3.24.3'
//Glide
def glideVersion = "4.15.1"
def glideVersion = "4.16.0"
implementation("com.github.bumptech.glide:glide:$glideVersion")
//kapt("com.github.bumptech.glide:compiler:$glideVersion")
ksp("com.github.bumptech.glide:ksp:$glideVersion")
@@ -233,6 +233,7 @@ dependencies {
implementation("org.nanohttpd:nanohttpd-websocket:$nanoHttpdVersion")
//二维码
//noinspection GradleDependency
implementation('com.github.jenly1314:zxing-lite:2.4.0')
//颜色选择