Merge pull request #3068 from gedoor/dependabot/gradle/com.google.protobuf-protobuf-javalite-3.22.4

Bump com.google.protobuf:protobuf-javalite from 3.22.3 to 3.22.4
This commit is contained in:
kunfei 2023-05-08 14:26:43 +08:00 committed by GitHub
commit 660a342b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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