Home | History | Annotate | Download | only in auth
      1 description = "gRpc: Auth"
      2 dependencies {
      3     compile project(':grpc-core'),
      4             libraries.google_auth_credentials
      5     testCompile project(':grpc-testing'),
      6             libraries.oauth_client
      7     signature "org.codehaus.mojo.signature:java17:1.0@signature"
      8     signature "net.sf.androidscents.signature:android-api-level-14:4.0_r4@signature"
      9 }
     10