From 459b1e5a9b7fe5d01d9c9e17da97bc24c4665fb4 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 2 Jun 2017 15:12:55 -0700 Subject: [PATCH] Fixed Gradle instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc3b42f..e237cce 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To install and run from Gradle, add the following to the build.gradle file: ```gradle dependencies { - compileOnly 'net.thauvin.erik:pinboard-poster:0.9.1' + compile 'net.thauvin.erik:pinboard-poster:0.9.1' } ```