1
0
Эх сурвалжийг харах

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

Aidan Follestad 4 жил өмнө
parent
commit
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')