Skip to content

Commit

Permalink
Fix vector drawables for < API level 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzMaxeiner committed Sep 20, 2020
1 parent 9e8b06f commit 82d5be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ android {
versionName '5.5.0'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
Expand Down

0 comments on commit 82d5be3

Please sign in to comment.