Skip to content

Commit

Permalink
Fixes to use a snapshot version of gyro in development.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Sung committed Aug 3, 2020
1 parent 8f5e2c1 commit d5961cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ configurations {
}

dependencies {
api 'gyro:gyro-core:0.99.1-SNAPSHOT'
api 'gyro:gyro-core:0.99.5' + (releaseBuild ? '' : '-SNAPSHOT')

implementation enforcedPlatform('com.google.cloud:libraries-bom:8.1.0')
// XXX: com.google.apis:google-api-services-iam:v1-rev316-1.25.0 uses older version of com.google.api-client:google-api-client
implementation 'com.google.api-client:google-api-client:1.30.9'
Expand Down

0 comments on commit d5961cb

Please sign in to comment.