Merge pull request #3219 from gedoor/dependabot/gradle/com.google.protobuf-protobuf-javalite-3.23.4

Bump com.google.protobuf:protobuf-javalite from 3.23.3 to 3.23.4
This commit is contained in:
kunfei 2023-07-10 14:31:25 +08:00 committed by GitHub
commit b920155528
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.3'
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.4'
//Glide
def glideVersion = "4.15.1"