Skip to content

Commit

Permalink
Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
promeG committed Mar 11, 2017
1 parent 5de8365 commit c4c65b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ buildscript {
}

dependencies {
compile 'com.github.promeg:tinypinyin:2.0.2' // TinyPinyin核心包,约80KB
compile 'com.github.promeg:tinypinyin:2.0.3' // TinyPinyin核心包,约80KB

compile 'com.github.promeg:tinypinyin-lexicons-android-cncity:2.0.2' // 可选,适用于Android的中国地区词典
compile 'com.github.promeg:tinypinyin-lexicons-android-cncity:2.0.3' // 可选,适用于Android的中国地区词典

compile 'com.github.promeg:tinypinyin-lexicons-java-cncity:2.0.2' // 可选,适用于Java的中国地区词典
compile 'com.github.promeg:tinypinyin-lexicons-java-cncity:2.0.3' // 可选,适用于Java的中国地区词典
}
}
```
Expand Down Expand Up @@ -151,5 +151,6 @@ Pinyin4j_IsChinese(Pinyin4j的字符是否为汉字) | thrpt | 200 | 4.432 |
## Todo

+ ~~支持繁体中文~~
+ 支持姓氏拼音
+ 压缩词库
+ 词库生成工具
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ ext {


groupName = 'com.github.promeg'
releaseVersionName = "2.0.2"
releaseVersionCode = 4
releaseVersionName = "2.0.3"
releaseVersionCode = 5

// Android
androidBuildToolsVersion = '24.0.3'
Expand Down

0 comments on commit c4c65b9

Please sign in to comment.