diff --git a/build.gradle b/build.gradle index 03fbc811..b5c0b3c1 100644 --- a/build.gradle +++ b/build.gradle @@ -108,10 +108,9 @@ task mergeAllWordLists(type: MergeWordsListTask) { inputWordsListFiles = [ new File(project.getProjectDir(), "dictionary/words.xml"), - new File(project.getProjectDir(), "dictionary/words_from_aosp.xml"), ] as File[] outputWordsListFile new File(project.getProjectDir(), "dictionary/words_merged.xml") - maxWordsInList 100000 + maxWordsInList 300000 } task makeDictionary(type: MakeDictionaryTask) {