From e84f936f4e6f3c44b677a911b4d2cbec83df9adb Mon Sep 17 00:00:00 2001 From: James Fenn <18jafenn90@gmail.com> Date: Thu, 15 Mar 2018 20:00:02 -0400 Subject: [PATCH] update version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 457c47e..9caa6cd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is just sample data. It is not real. Though Jahir is lazy, so that part is The Gradle dependency is available through jCenter, which is used by default in Android Studio. To add the dependency to your project, copy this line into the dependencies section of your app's build.gradle file. ```gradle -compile 'me.jfenn:attribouter:0.0.1' +compile 'me.jfenn:attribouter:0.0.2' ``` #### Starting an Activity