Merge pull request #2850 from gedoor/dependabot/gradle/app/com.google.protobuf-protobuf-javalite-3.22.1

Bump com.google.protobuf:protobuf-javalite from 3.22.0 to 3.22.1 in /app
This commit is contained in:
kunfei
2023-03-08 18:41:03 +08:00
committed by GitHub

View File

@@ -206,7 +206,7 @@ dependencies {
//网络
implementation('com.squareup.okhttp3:okhttp:4.10.0')
appImplementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
appImplementation 'com.google.protobuf:protobuf-javalite:3.22.0'
appImplementation 'com.google.protobuf:protobuf-javalite:3.22.1'
//Glide
def glideVersion = "4.15.0"