From a7e00bbe09368b4a41694ccce925df12d84c36a0 Mon Sep 17 00:00:00 2001 From: jacky-zf Date: Wed, 13 Jul 2016 22:39:17 +0800 Subject: [PATCH 1/3] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f57f755 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# PinyinAutoTips +输入汉字或拼音首字母,实现汉字自动提示功能 +To get a Git project into your build: +Step 1. Add the JitPack repository to your build file +Add it in your root build.gradle at the end of repositories: +allprojects { + repositories { + ... + maven { url "https://jitpack.io" } + } + } + +Step 2. Add the dependency +dependencies { + compile 'com.github.jacky-zf:PinyinAutoTips:-SNAPSHOT' + } From c0384b9022ffeb4730ab02072333035ce25d2761 Mon Sep 17 00:00:00 2001 From: jacky-zf Date: Wed, 13 Jul 2016 22:39:51 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f57f755..390ebab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # PinyinAutoTips 输入汉字或拼音首字母,实现汉字自动提示功能 To get a Git project into your build: + Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { From 67e95ae4741624966170a7b8a9f6339758d8bb1a Mon Sep 17 00:00:00 2001 From: jacky-zf Date: Wed, 13 Jul 2016 22:42:09 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 390ebab..60bb231 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,5 @@ Step 2. Add the dependency dependencies { compile 'com.github.jacky-zf:PinyinAutoTips:-SNAPSHOT' } + +[![](https://jitpack.io/v/jacky-zf/PinyinAutoTips.svg)](https://jitpack.io/#jacky-zf/PinyinAutoTips)