674d272eaa
Fix #1912
13 lines
254 B
Groovy
13 lines
254 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
defaultConfig {
|
|
vectorDrawables.useSupportLibrary = true
|
|
consumerProguardFiles 'proguard-rules.pro'
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
}
|