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

Commit

Permalink
Fix missing words file. NO AOSP source
Browse files Browse the repository at this point in the history
  • Loading branch information
menny committed Mar 1, 2018
1 parent 2a6371e commit 1401056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1401056

Please sign in to comment.