airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.39k stars 406 forks source link

Gradle. Conflics. #185

Closed Sar777 closed 7 years ago

Sar777 commented 7 years ago

Hi, i have an error with build gradle

Error:Conflict with dependency 'com.google.code.findbugs:jsr305' in project ':app'. Resolved versions for app (3.0.1) and test app (2.0.1) differ. See http://g.co/androidstudio/app-test-app-conflict for details.

Andriod Studio 2.3.3 Gradle 2.3.3

what a problem? thx.

felipecsl commented 7 years ago

This is not an issue with DeepLinkDispatch. You can easily work around the conflict by adding the correct jsr305 version as a test dependency: androidTestCompile 'com.google.code.findbugs:jsr305:3.0.1