0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Bump protobuf-kotlin from 3.21.7 to 3.21.8

Bumps protobuf-kotlin from 3.21.7 to 3.21.8.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-kotlin
  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] 2022-10-19 12:31:56 +00:00 committed by Mike Hardy
parent bf0d42c350
commit 0498b94ab1

View File

@ -268,7 +268,7 @@ dependencies {
// Backend libraries
implementation 'com.google.protobuf:protobuf-kotlin:3.21.7' // This is required when loading from a file
implementation 'com.google.protobuf:protobuf-kotlin:3.21.8' // This is required when loading from a file
Properties localProperties = new Properties()
if (project.rootProject.file('local.properties').exists()) {