Guest User

Untitled

a guest
May 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. buildscript {
  2. repositories {
  3. jcenter()
  4. }
  5. dependencies {
  6. classpath 'com.apollographql.apollo:apollo-gradle-plugin:x.y.z'
  7. }
  8. }
  9.  
  10. dependencies {
  11. implementation 'com.apollographql.apollo:apollo-runtime:0.4.4'
  12. }
Add Comment
Please, Sign In to add comment