Merge pull request #3134 from gedoor/dependabot/gradle/com.google.protobuf-protobuf-javalite-3.23.2

Bump com.google.protobuf:protobuf-javalite from 3.23.1 to 3.23.2
This commit is contained in:
kunfei 2023-05-30 08:06:49 +08:00 committed by GitHub
commit 87e87b9d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ dependencies {
//
implementation('com.squareup.okhttp3:okhttp:4.11.0')
appImplementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.1'
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.2'
//Glide
def glideVersion = "4.15.1"