Bump com.google.protobuf:protobuf-javalite from 3.23.0 to 3.23.1

Bumps com.google.protobuf:protobuf-javalite from 3.23.0 to 3.23.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-05-20 10:33:06 +00:00
committed by GitHub
parent 435db730f0
commit c15b3f3623

View File

@@ -214,7 +214,7 @@ dependencies {
//网络
implementation('com.squareup.okhttp3:okhttp:4.11.0')
appImplementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.0'
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.1'
//Glide
def glideVersion = "4.15.1"