From 03d7007075069179f77ce4ef469d340bc8077621 Mon Sep 17 00:00:00 2001 From: Tu Date: Tue, 30 Aug 2016 17:53:21 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de8257..2df82c0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Add the following dependency to your `build.gradle` file: ``` dependencies { - compile 'com.github.2tu:fit:0.1.0' - apt 'com.github.2tu:fit-compiler:0.1.0' + compile 'com.github.2tu.fit:fit:0.0.7' + apt 'com.github.2tu.fit:fit-compiler:0.0.7' } ```