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" }