summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 27854389e..3b91aba37 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -8,6 +8,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled false
+ vectorDrawables.useSupportLibrary true
+ vectorDrawables.generatedDensities = []
testApplicationId "de.danoeh.antennapod.core.tests"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"