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

Bumps com.google.protobuf:protobuf-javalite from 3.23.1 to 3.23.2.

---
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-29 05:07:26 +00:00
committed by GitHub
parent 69f93d382d
commit 858ffbeed5

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.1'
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.2'
//Glide
def glideVersion = "4.15.1"