Last active
November 26, 2017 05:14
-
-
Save tolmachevroman/89726b6b225546c5f0de9840c56dafec to your computer and use it in GitHub Desktop.
Medium Post 2. vectorDrawables.useSupportLibrary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android { | |
// ... | |
defaultConfig { | |
// ... | |
vectorDrawables.useSupportLibrary = true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment