aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2020-09-21 20:20:12 -0700
committerScott Jackson <daneren2005@gmail.com>2020-09-21 20:20:12 -0700
commitc62b800dc5438081cea0a5a7b625d7e904da16bb (patch)
treeb1f87c5ce8cc3feff66b56c77c737017af24d832 /app/build.gradle
parent0ff92da4cb86a807e9738f8f0a60e4224790ffd6 (diff)
parent4e539142736007e0a59e41da391f8b8bb58a0d53 (diff)
downloaddsub-c62b800dc5438081cea0a5a7b625d7e904da16bb.tar.gz
dsub-c62b800dc5438081cea0a5a7b625d7e904da16bb.tar.bz2
dsub-c62b800dc5438081cea0a5a7b625d7e904da16bb.zip
Merge branch 'avm99963-new-notifications' into edge
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 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 {