diff --git a/README.md b/README.md index 68f5ff9..edd9528 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ buildscript { gradlePluginPortal() // where this plugin is hosted } dependencies { - classpath "gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.2.0" + classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.2.0' } }