From 6a3f263b44bbfaadb7218aeff42f40da78051ddc Mon Sep 17 00:00:00 2001 From: Forevery1 <1262198645@qq.com> Date: Fri, 29 Sep 2017 20:27:48 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe6b2a..6dd453f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ groovy compile: ``` dependencies { - compile 'com.github.Forevery1:EncodeUtils:84b7856cc1' + dependencies { + compile 'com.github.Forevery1:EncodeUtils:-SNAPSHOT' + } } ```