in app/build.gradle file, add like this-
dependencies {
compile 'joda-time:joda-time:2.9.4'
}
You don’t need to do anything else.
You need the latest release, check out the release page https://github.com/JodaOrg/joda-time/releases and change the version accordingly.