diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-12-12 16:07:24 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-12-12 16:07:24 +0100 |
commit | 357c9a21dcf31c609488fdf7f6a874e22f181ddd (patch) | |
tree | a5dac1dac0d8766e0777a44b3ff229f63d7c23bc /app/build.gradle | |
parent | a4939f42ad93e233201c263efc32e353e7cfeda5 (diff) | |
parent | 41d8aeef77d93db93dd508045f1d05228480067a (diff) |
Merge remote-tracking branch 'origin/0.9.8/startActivity' into 0.9.8/sidebar
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 c19309fc..eb447913 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 { |