Fix handling of drawables on pre Lollipop versions

Reverts the change introduced in f631efeca9 , which changed the way drawables were handled, which introduced issues on pre Lollipop.
This commit is contained in:
Synced Synapse 2018-05-04 17:49:48 +01:00 committed by Martijn Brekhof
parent f631efeca9
commit d3dcb4eb82
2 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ android {
targetSdkVersion 26
versionCode 19
versionName = getVersionName()
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}