diff options
author | Scott Jackson <daneren2005@gmail.com> | 2020-09-21 20:05:53 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2020-09-21 20:05:53 -0700 |
commit | ed4e42af3f276a5bc9d8f248cb5dc29ea255b6aa (patch) | |
tree | 028bf513c31efe7b0dcf9456e4fc188886fd996f | |
parent | 6c473eb7bc95f7336ce5a60f2d42ebb27c2ad052 (diff) | |
download | dsub-ed4e42af3f276a5bc9d8f248cb5dc29ea255b6aa.tar.gz dsub-ed4e42af3f276a5bc9d8f248cb5dc29ea255b6aa.tar.bz2 dsub-ed4e42af3f276a5bc9d8f248cb5dc29ea255b6aa.zip |
Fix error with referencing white in vector drawables
-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 78351890..1edbc5e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { |