summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorFup Duck <fupduck@sacknagel.com>2017-12-12 15:39:12 +0100
committerFup Duck <fupduck@sacknagel.com>2017-12-12 15:39:12 +0100
commit41d8aeef77d93db93dd508045f1d05228480067a (patch)
treed5bf0881dd86ed1c2e42022a552b5e3b3ef8e323 /app/build.gradle
parentb99938b1dc32f70800363f0faba88e7fd771abb4 (diff)
Use VectorDrawable instead of Images
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
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 {