Skip to content

Commit b648f45

Browse files
dependabot[bot]i99dev
authored andcommitted
deps: bump com.google.protobuf:protobuf-java in /android
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.34.1 to 4.36.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.36.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea07e2c commit b648f45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ androidComponents {
325325
// When the asset flips to binary wire format, we can revisit lite.
326326
protobuf {
327327
protoc {
328-
artifact = "com.google.protobuf:protoc:4.34.1"
328+
artifact = "com.google.protobuf:protoc:4.36.1"
329329
}
330330
generateProtoTasks {
331331
all().forEach { task ->
@@ -340,7 +340,7 @@ dependencies {
340340
// Full Java runtime — includes TextFormat.merge for parsing the
341341
// textproto asset. ~1.5 MB APK cost; acceptable for the first
342342
// release, revisit when we switch to binary wire format.
343-
implementation("com.google.protobuf:protobuf-java:4.34.1")
343+
implementation("com.google.protobuf:protobuf-java:4.36.1")
344344
// MediaSessionCompat — used by PttMediaSession to capture
345345
// steering-wheel media buttons (MEDIA_PREVIOUS/NEXT) system-wide,
346346
// so the voice toggle works even when the Activity is backgrounded

0 commit comments

Comments
 (0)