Merge pull request #3729 from gedoor/dependabot/gradle/com.google.protobuf-protobuf-javalite-3.25.3

Bump com.google.protobuf:protobuf-javalite from 3.24.3 to 3.25.3
This commit is contained in:
Antecer 2024-02-20 13:57:06 +08:00 committed by GitHub
commit 0fc79ecbef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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