diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-12-12 15:39:12 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-12-12 15:39:12 +0100 |
commit | 41d8aeef77d93db93dd508045f1d05228480067a (patch) | |
tree | d5bf0881dd86ed1c2e42022a552b5e3b3ef8e323 /app/build.gradle | |
parent | b99938b1dc32f70800363f0faba88e7fd771abb4 (diff) |
Use VectorDrawable instead of Images
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index b9db8cd6..35665852 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,6 +10,7 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" resValue "string", "app_name", "Bitmask" + vectorDrawables.useSupportLibrary = true } signingConfigs { |