I integrated the Digits mobile sdk into my project and it wouldn\'t build anymore. It has some kind of a clash with gson library that i am using. I get this error during the
this is the solution
compile('com.digits.sdk.android:digits:1.5.0@aar') { transitive = true; exclude module: 'gson'; }
you need to add exclude module: 'gson'