Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 709cfee

Browse files
committed
Enable android.defaultConfig.vectorDrawables.useSupportLibrary in the sample project
1 parent a698e6d commit 709cfee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ ext.module_name = "materialdialogssample"
33

44
apply from: rootProject.file("gradle/android_application_config.gradle")
55

6+
android.defaultConfig.vectorDrawables.useSupportLibrary = true
7+
68
dependencies {
79
implementation project(':core')
810
implementation project(':input')

0 commit comments

Comments
 (0)