Enabled AndroidX vector drawables

This commit is contained in:
dankito 2020-09-08 19:07:35 +02:00
parent 42aaadd5ae
commit cc6e02f431
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ android {
multiDexEnabled true multiDexEnabled true
// enable using vector drawables on pre Lollipop devices
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }