2019-03-08 10:16:02 -05:00
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
|
|
android {
|
|
|
|
defaultConfig {
|
|
|
|
vectorDrawables.useSupportLibrary = true
|
2019-10-11 01:46:15 -04:00
|
|
|
consumerProguardFiles 'proguard-rules.pro'
|
2019-03-08 10:16:02 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
}
|