Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-javalite from 4.26.1 to 4.27.0
Browse files Browse the repository at this point in the history
Bump com.google.protobuf:protoc from 4.26.1 to 4.27.0.
  • Loading branch information
dependabot[bot] authored and phansier committed May 26, 2024
1 parent daf6e74 commit de74aad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ dependencies {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.1"
artifact = "com.google.protobuf:protoc:${libs.versions.protobuf.get()}"
}
generateProtoTasks {
all().forEach { task ->
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ appcompat = "1.6.1" # https://developer.android.com/jetpack/androidx/releases/ap
material = "1.12.0" # https://github.com/material-components/material-components-android
activity = "1.8.1" # https://developer.android.com/jetpack/androidx/releases/activity

protobuf = "4.27.0"

[libraries]
kotlinGradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
androidGradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }
Expand Down Expand Up @@ -94,7 +96,7 @@ google-maps-compose = "com.google.maps.android:maps-compose:5.0.1"
androidx-annotation = "androidx.annotation:annotation:1.8.0" # https://mvnrepository.com/artifact/androidx.annotation/annotation
androidx-wear = "androidx.wear:wear:1.3.0" # https://developer.android.com/jetpack/androidx/releases/wear
material = { module = "com.google.android.material:material", version.ref = "material" }
protobuf-javalite = "com.google.protobuf:protobuf-javalite:4.26.1" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-javalite
protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobuf" } # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-javalite
playServices-wearable = "com.google.android.gms:play-services-wearable:18.1.0" # https://mvnrepository.com/artifact/com.google.android.gms/play-services-wearable
kotlinx-immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7" # https://github.com/Kotlin/kotlinx.collections.immutable

Expand Down

0 comments on commit de74aad

Please sign in to comment.