Bump com.google.protobuf:protobuf-javalite in /app

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

---
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] 2023-02-17 05:06:39 +00:00 committed by GitHub
parent e8bd15a27e
commit 9cbfcb716d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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