aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2020-09-21 20:05:53 -0700
committerScott Jackson <daneren2005@gmail.com>2020-09-21 20:05:53 -0700
commited4e42af3f276a5bc9d8f248cb5dc29ea255b6aa (patch)
tree028bf513c31efe7b0dcf9456e4fc188886fd996f
parent6c473eb7bc95f7336ce5a60f2d42ebb27c2ad052 (diff)
downloaddsub-ed4e42af3f276a5bc9d8f248cb5dc29ea255b6aa.tar.gz
dsub-ed4e42af3f276a5bc9d8f248cb5dc29ea255b6aa.tar.bz2
dsub-ed4e42af3f276a5bc9d8f248cb5dc29ea255b6aa.zip
Fix error with referencing white in vector drawables
-rw-r--r--app/build.gradle1
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 {