add vectorDrawables.useSupportLibrary=true to sample app

This commit is contained in:
kai-morich 2020-06-11 13:15:00 +02:00
parent 735fa3d70f
commit 3e7fd9a748
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 28
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.test.InstrumentationTestRunner"
missingDimensionStrategy 'device', 'anyDevice'