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

Commit

Permalink
Enable android.defaultConfig.vectorDrawables.useSupportLibrary in the…
Browse files Browse the repository at this point in the history
… sample project
  • Loading branch information
afollestad committed Feb 20, 2021
1 parent a698e6d commit 709cfee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 709cfee

Please sign in to comment.