3 lines
103 B
Groovy
3 lines
103 B
Groovy
if(hasProperty('target') && target == 'android') {
|
|
android.vectorDrawables.useSupportLibrary = true
|
|
} |