From 709cfee9b45257af7ab4c428e4850bee38a075e7 Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Fri, 19 Feb 2021 17:12:45 -0800 Subject: [PATCH] Enable android.defaultConfig.vectorDrawables.useSupportLibrary in the sample project --- sample/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample/build.gradle b/sample/build.gradle index 3ac5fb423..98ba15958 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -3,6 +3,8 @@ ext.module_name = "materialdialogssample" apply from: rootProject.file("gradle/android_application_config.gradle") +android.defaultConfig.vectorDrawables.useSupportLibrary = true + dependencies { implementation project(':core') implementation project(':input')