Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tweak comments to make them machine readable
  • Loading branch information
shivaspeaks committed Mar 24, 2026
commit 54ff742bdfaa5df7fa53becd101af568fdb13b79
10 changes: 7 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,17 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.31.0"
# 2.11.0+ requires JDK 11+ (See https://github.com/google/error-prone/releases/tag/v2.11.0)
# checkForUpdates: errorprone-corejava8:2.10.+
errorprone-corejava8 = "com.google.errorprone:error_prone_core:2.10.0"
# checkForUpdates: Newer versions requires protobuf 4.x.
# 2.67.0+ requires protobuf 4.x.
# checkForUpdates: google-api-protos:2.63.+
google-api-protos = "com.google.api.grpc:proto-google-common-protos:2.63.2"
Comment thread
ejona86 marked this conversation as resolved.
Outdated
# checkForUpdates: Newer versions of google-auth-library requires protobuf 4.x.
# 1.43.0+ versions of google-auth-library requires protobuf 4.x
# checkForUpdates: google-auth-credentials:1.41.+
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.41.0"
# checkForUpdates: google-auth-oauth2Http:1.41.+
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.41.0"
Comment thread
ejona86 marked this conversation as resolved.
Outdated
# Release notes: https://cloud.google.com/logging/docs/release-notes
# checkForUpdates: Newer versions requires protobuf 4.x.
# 3.28.0+ require protobuf 4.x
# checkForUpdates: google-cloud-logging:3.23.+
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.23.9"
Comment thread
ejona86 marked this conversation as resolved.
Outdated
gson = "com.google.code.gson:gson:2.13.2"
guava = "com.google.guava:guava:33.5.0-android"
Expand Down
Loading