Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit 1401056

Browse files
committed
Fix missing words file. NO AOSP source
1 parent 2a6371e commit 1401056

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,9 @@ task mergeAllWordLists(type: MergeWordsListTask) {
108108

109109
inputWordsListFiles = [
110110
new File(project.getProjectDir(), "dictionary/words.xml"),
111-
new File(project.getProjectDir(), "dictionary/words_from_aosp.xml"),
112111
] as File[]
113112
outputWordsListFile new File(project.getProjectDir(), "dictionary/words_merged.xml")
114-
maxWordsInList 100000
113+
maxWordsInList 300000
115114
}
116115

117116
task makeDictionary(type: MakeDictionaryTask) {

0 commit comments

Comments
 (0)