Created
December 23, 2019 11:25
-
-
Save Lavanyagaur22/b4e2f355f73fe4b0be31f4a11bf24484 to your computer and use it in GitHub Desktop.
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
buildscript { | |
.. | |
repositories { | |
jcenter() | |
google() | |
} | |
dependencies { | |
classpath 'com.android.tools.build:gradle:3.5.3' | |
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | |
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.2' | |
} | |
} | |
.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment