add vectorDrawables.useSupportLibrary=true to sample app
This commit is contained in:
parent
735fa3d70f
commit
3e7fd9a748
|
@ -12,6 +12,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 28
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
testInstrumentationRunner "android.test.InstrumentationTestRunner"
|
||||
missingDimensionStrategy 'device', 'anyDevice'
|
||||
|
|
Loading…
Reference in New Issue