diff --git a/README.md b/README.md index 7d8f55a..3b66677 100644 --- a/README.md +++ b/README.md @@ -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的中国地区词典 } } ``` @@ -151,5 +151,6 @@ Pinyin4j_IsChinese(Pinyin4j的字符是否为汉字) | thrpt | 200 | 4.432 | ## Todo + ~~支持繁体中文~~ ++ 支持姓氏拼音 + 压缩词库 + 词库生成工具 diff --git a/build.gradle b/build.gradle index 790aca5..7f43e62 100644 --- a/build.gradle +++ b/build.gradle @@ -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'