12 lines
237 B
Groovy
12 lines
237 B
Groovy
android {
|
|
packagingOptions {
|
|
exclude 'META-INF/LICENSE.txt'
|
|
exclude 'META-INF/NOTICE.txt'
|
|
exclude 'META-INF/LICENSE'
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
//joda time
|
|
implementation "net.danlew:android.joda:$joda"
|
|
} |