Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lany168 committed Nov 20, 2017
1 parent 0222db5 commit 0997837
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# PinyinHelper

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
repositories {
...
maven { url 'https://jitpack.io' }
}
}
###添加依赖
### 添加依赖
com.github.lany192:PinyinHelper:1.0.0

###使用
### 使用

PingYinUtil.getPingYin(input)

0 comments on commit 0997837

Please sign in to comment.