Skip to content

Commit 15259fb

Browse files
committed
Upgrade libchewing_android_app_module to 0.9.1.1 (libchewing v0.9.1): Remove unused file 'pinyin.tab'
Signed-off-by: Hui-Hong You <hiroshi@ghostsinthelab.org>
1 parent 6facfee commit 15259fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
val projectName: String = "libchewing_android_app_module"
25-
val versionName: String = "0.9.1"
25+
val versionName: String = "0.9.1.1"
2626

2727
android {
2828
namespace = "com.miyabi_hiroshi.app.${projectName}"
@@ -88,7 +88,7 @@ android {
8888
}
8989

9090
val chewingDataFiles =
91-
listOf<String>("tsi.dat", "word.dat", "pinyin.tab", "swkb.dat", "symbols.dat")
91+
listOf<String>("tsi.dat", "word.dat", "swkb.dat", "symbols.dat")
9292

9393
tasks.register<Exec>("buildChewingData") {
9494
dependsOn("prepareChewing")

0 commit comments

Comments
 (0)