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

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

---
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-02-20 05:39:01 +00:00
committed by GitHub
parent d5f1386237
commit 122a470824
+1 -1
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"