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