[`releaseDate`](https://github.com/dakshj/TMDb_Sample/blob/master/app/src/main/java/com/daksh/tmdbsample/data/model/Movie.java#L74) returns null whenever we run the app in [`minifyEnabled true`](https://github.com/dakshj/TMDb_Sample/blob/master/app/build.gradle#L51). It starts working properly when we add `-dontobfuscate` to [proguard-rules.pro](https://github.com/dakshj/TMDb_Sample/blob/master/app/proguard-rules.pro).