Skip to content

Commit

Permalink
build(deps): bump com.google.protobuf:protobuf-kotlin
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf:protobuf-kotlin from 3.23.3 to 3.24.4.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent f8ea30d commit 676843f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ dependencies {

// Backend libraries

implementation 'com.google.protobuf:protobuf-kotlin:3.23.3' // This is required when loading from a file
implementation 'com.google.protobuf:protobuf-kotlin:3.24.4' // This is required when loading from a file

Properties localProperties = new Properties()
if (project.rootProject.file('local.properties').exists()) {
Expand Down

0 comments on commit 676843f

Please sign in to comment.