优化 (#3375)
This commit is contained in:
+3
-2
@@ -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')
|
||||
|
||||
//颜色选择
|
||||
|
||||
Reference in New Issue
Block a user