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

Bumps com.google.protobuf:protobuf-javalite from 3.22.1 to 3.22.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-03-13 05:07:16 +00:00 committed by GitHub
parent d5dd9df537
commit d9f24b9882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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