Created
May 23, 2019 06:17
-
-
Save NezSpencer/9c3babd442682df775193f113694cbea to your computer and use it in GitHub Desktop.
apollo app-level build.gradle dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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