Skip to content

Commit

Permalink
Update all dependencies 4.26.0 to v4.26.1 (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 28, 2024
1 parent 0971889 commit 0e226d9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ai/sample/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.0"
artifact = "com.google.protobuf:protoc:4.26.1"
}
plugins {
create("javalite") {
Expand Down
2 changes: 1 addition & 1 deletion auth/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.0"
artifact = "com.google.protobuf:protoc:4.26.1"
}
plugins {
create("javalite") {
Expand Down
2 changes: 1 addition & 1 deletion datalayer/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.0"
artifact = "com.google.protobuf:protoc:4.26.1"
}
plugins {
id("javalite") {
Expand Down
2 changes: 1 addition & 1 deletion datalayer/grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ project.tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().config

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.0"
artifact = "com.google.protobuf:protoc:4.26.1"
}
plugins {
create("javalite") {
Expand Down
2 changes: 1 addition & 1 deletion datalayer/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.0"
artifact = "com.google.protobuf:protoc:4.26.1"
}
plugins {
create("javalite") {
Expand Down
2 changes: 1 addition & 1 deletion datalayer/sample/wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sourceSets {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.0"
artifact = "com.google.protobuf:protoc:4.26.1"
}
plugins {
id("javalite") {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ moshi = "1.15.1"
okio = "3.9.0"
org-robolectric = "4.11.1"
playServicesAuth = "21.0.0"
protobuf = "4.26.0"
protobuf = "4.26.1"
roborazzi = "1.11.0"
room = "2.6.1"
runtimeTracing = "1.0.0-beta01"
Expand Down
2 changes: 1 addition & 1 deletion media/sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.0"
artifact = "com.google.protobuf:protoc:4.26.1"
}
plugins {
id("javalite") {
Expand Down

0 comments on commit 0e226d9

Please sign in to comment.