Merge pull request #3181 from gedoor/dependabot/gradle/com.google.protobuf-protobuf-javalite-3.23.3

Bump com.google.protobuf:protobuf-javalite from 3.23.2 to 3.23.3
This commit is contained in:
kunfei 2023-06-19 13:59:15 +08:00 committed by GitHub
commit 15c0b2a3cc
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.2'
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.3'
//Glide
def glideVersion = "4.15.1"