Skip to content

Commit 1065d5c

Browse files
committed
fix(build.gradle): enable vectorDrawables.supportLibrary
1 parent f8c6cf3 commit 1065d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

voice/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
versionName versioningName
3535

3636
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
37-
37+
vectorDrawables.useSupportLibrary = true
3838
}
3939
buildTypes {
4040
release {
@@ -95,4 +95,4 @@ artifacts {
9595
type: "aar"
9696
}
9797

98-
apply from: "https://raw.githubusercontent.com/algolia/instantsearch-mobile-tools/7b9e6e1cc28f12497b88b6868ab99d5884f7c86b/gradle/bintrayv.gradle"
98+
apply from: "https://raw.githubusercontent.com/algolia/instantsearch-mobile-tools/7b9e6e1cc28f12497b88b6868ab99d5884f7c86b/gradle/bintrayv.gradle"

0 commit comments

Comments
 (0)