Bump com.google.protobuf:protobuf-javalite from 3.22.3 to 3.22.4

Bumps com.google.protobuf:protobuf-javalite from 3.22.3 to 3.22.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-08 05:13:59 +00:00
committed by GitHub
parent 58a9bcaee1
commit 3b8df026e1
+1 -1
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"