Bump com.google.protobuf:protobuf-javalite from 3.24.3 to 3.25.2

Bumps com.google.protobuf:protobuf-javalite from 3.24.3 to 3.25.2.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-javalite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-15 04:15:52 +00:00 committed by GitHub
parent aebdd9f946
commit 18d82bd036
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')
implementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
implementation 'com.google.protobuf:protobuf-javalite:3.24.3'
implementation 'com.google.protobuf:protobuf-javalite:3.25.2'
//Glide
def glideVersion = "4.16.0"