Skip to content

Commit

Permalink
Update README.md for plugin version 1.0.6 [5]
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-t committed Jul 18, 2019
1 parent 9d3fca1 commit 9a9dabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ proguardDictionaries {
For **Kotlin DSL**
```kotlin
proguardDictionaries {
dictionaryNames = [ "any", "files, "you", "want" ]
dictionaryNames = listOf("any", "files, "you", "want")
minLineLength = 20 // Default value: 10
maxLineLength = 50 // Default value: 30
linesCountInDictionary = 50000 // Default value: 30000
Expand Down

0 comments on commit 9a9dabb

Please sign in to comment.