Skip to content

Commit 5a45d84

Browse files
committed
add comments
1 parent 318307a commit 5a45d84

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,13 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.31.0"
5252
# 2.11.0+ requires JDK 11+ (See https://github.com/google/error-prone/releases/tag/v2.11.0)
5353
# checkForUpdates: errorprone-corejava8:2.10.+
5454
errorprone-corejava8 = "com.google.errorprone:error_prone_core:2.10.0"
55+
# checkForUpdates: Newer versions requires protobuf 4.x.
5556
google-api-protos = "com.google.api.grpc:proto-google-common-protos:2.63.2"
57+
# checkForUpdates: Newer versions of google-auth-library requires protobuf 4.x.
5658
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.41.0"
5759
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.41.0"
5860
# Release notes: https://cloud.google.com/logging/docs/release-notes
61+
# checkForUpdates: Newer versions requires protobuf 4.x.
5962
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.23.9"
6063
gson = "com.google.code.gson:gson:2.13.2"
6164
guava = "com.google.guava:guava:33.5.0-android"

0 commit comments

Comments
 (0)