Bump com.google.protobuf:protobuf-javalite from 3.22.0 to 3.22.1 in /app

Bumps com.google.protobuf:protobuf-javalite from 3.22.0 to 3.22.1.

---
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-03-08 05:05:59 +00:00
committed by GitHub
parent f8d29f02ae
commit d9de18ac36

View File

@@ -206,7 +206,7 @@ dependencies {
//网络
implementation('com.squareup.okhttp3:okhttp:4.10.0')
appImplementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
appImplementation 'com.google.protobuf:protobuf-javalite:3.22.0'
appImplementation 'com.google.protobuf:protobuf-javalite:3.22.1'
//Glide
def glideVersion = "4.15.0"