remove outdated comment - support for vector drawables for pre Android 5 devices is here to stay.

This commit is contained in:
orionlee 2019-04-06 09:16:38 -07:00
parent 0204c1cebd
commit 86bf3ef3e0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
vectorDrawables.useSupportLibrary true // consider to use pngs instead
vectorDrawables.useSupportLibrary true
// Version code schema:
// "1.2.3-SNAPSHOT" -> 1020300
// "1.2.3-RC4" -> 1020304