Skip to content

Commit 9e8f558

Browse files
committed
Update readme.
1 parent df7b8ba commit 9e8f558

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ An android library that is able to set a vector drawable at text view pre-Lollip
1717

1818
## Usage
1919

20+
### Gradle
21+
22+
You should set this line in your gradle file if you set colors to vector drawable pre-Lollipop.
23+
24+
```gradle
25+
android {
26+
defaultConfig {
27+
vectorDrawables.useSupportLibrary = true
28+
}
29+
}
30+
```
31+
2032
### Code
2133

2234
```Java

0 commit comments

Comments
 (0)