Skip to content

Commit

Permalink
Fix handling of drawables on pre Lollipop versions
Browse files Browse the repository at this point in the history
Reverts the change introduced in f631efe , which changed the way drawables were handled, which introduced issues on pre Lollipop.
  • Loading branch information
SyncedSynapse authored and poisdeux committed May 4, 2018
1 parent f631efe commit d3dcb4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ android {
targetSdkVersion 26
versionCode 19
versionName = getVersionName()
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit d3dcb4e

Please sign in to comment.