We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e9ef2 commit a6adb90Copy full SHA for a6adb90
README.md
@@ -96,7 +96,7 @@ If you are using Gradle, add this to your dependencies
96
dependencies {
97
// The BOM will manage the module versions and transitive dependencies
98
implementation platform('com.google.auth:google-auth-library-bom:1.30.1')
99
- // Replace this with the implementation module that suits your needs
+ // Replace with the module(s) that are needed
100
implementation 'com.google.auth:google-auth-library-oauth2-http'
101
}
102
0 commit comments