Merge pull request #2874 from gedoor/dependabot/gradle/app/com.google.protobuf-protobuf-javalite-3.22.2

Bump com.google.protobuf:protobuf-javalite from 3.22.1 to 3.22.2 in /app
This commit is contained in:
kunfei 2023-03-13 13:43:39 +08:00 committed by GitHub
commit 0a717f53a5
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"