If:
dependencies { compile \'com.google.code.gson:gson:2.2.4\' compile \'de.keyboardsurfer.android.widget:crouton:1.8.3\' compile \'de.greenrobot
Use
compile (project(':Android-UndoBar')) { exclude group: 'com.nineoldandroids', module: 'library' // without or without this one }
So with extra parentheses.