浏览代码

Enable android.defaultConfig.vectorDrawables.useSupportLibrary in the sample project

Aidan Follestad 4 年之前
父节点
当前提交
709cfee9b4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      sample/build.gradle

+ 2 - 0
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')