We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7b8ba commit 9e8f558Copy full SHA for 9e8f558
1 file changed
README.md
@@ -17,6 +17,18 @@ An android library that is able to set a vector drawable at text view pre-Lollip
17
18
## Usage
19
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
32
### Code
33
34
```Java
0 commit comments