Skip to content

Instantly share code, notes, and snippets.

@NezSpencer
Created May 23, 2019 06:17
Show Gist options
  • Select an option

  • Save NezSpencer/9c3babd442682df775193f113694cbea to your computer and use it in GitHub Desktop.

Select an option

Save NezSpencer/9c3babd442682df775193f113694cbea to your computer and use it in GitHub Desktop.
apollo app-level build.gradle dependency
apply plugin: 'com.android.application'
apply plugin: 'com.apollographql.android' //add the apollo plugin below the android plugin like this
android {
}
dependencies {
implementation 'com.apollographql.apollo:apollo-runtime:1.0.0' // add this line here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment