Skip to content

Commit b5dc3fc

Browse files
authored
Fix build by using standard version property (#916)
1 parent 6d2e156 commit b5dc3fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WNPRC_EHR/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
BuildUtils.addExternalDependency(
6767
project,
6868
new ExternalDependency(
69-
"com.google.auth:google-auth-library-oauth2-http:1.19.0",
69+
"com.google.auth:google-auth-library-oauth2-http:${googleAuthVersion}",
7070
"Google Auth Library",
7171
"Google",
7272
"https://github.com/googleapis/google-auth-library-java",

0 commit comments

Comments
 (0)