My android app refuses to build with the following error:
Program type already present: com.google.gson.FieldAttributes Message{kind=ERROR, text=Program type
Add this line to build.gradle file.
configurations { all*.exclude group: 'com.google.code.gson' }