Skip to content

Commit

Permalink
dep(protobuf): bumped the bugsnag-plugin-android-exitinfo dependenc…
Browse files Browse the repository at this point in the history
…y on protobuf-javalite to 3.25.6
  • Loading branch information
lemnik committed Feb 4, 2025
1 parent fe862d0 commit e0f4bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bugsnag-plugin-android-exitinfo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ android {
dependencies {
addCommonModuleDependencies()
api(project(":bugsnag-android-core"))
implementation("com.google.protobuf:protobuf-javalite:3.24.2")
implementation("com.google.protobuf:protobuf-javalite:3.25.5")
}

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.24.2"
artifact = "com.google.protobuf:protoc:3.25.5"
}
generateProtoTasks {
all().configureEach {
Expand Down

0 comments on commit e0f4bbb

Please sign in to comment.