Enabled AndroidX vector drawables
This commit is contained in:
parent
42aaadd5ae
commit
cc6e02f431
|
@ -28,6 +28,9 @@ android {
|
|||
|
||||
multiDexEnabled true
|
||||
|
||||
// enable using vector drawables on pre Lollipop devices
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue