rosjava / rosjava_mvn_repo

Maven artifact repository for rosjava dependencies and builds.
25 stars 75 forks source link

Conflict due to outdated Junit testing version #13

Closed sami-s-hajjaj closed 8 years ago

sami-s-hajjaj commented 9 years ago

Hi,

and first of all, thank you for all your hard work ...

I am using the stand alone (NO ROS installation .. but when i add the android core dependencies, and build i get the following error:

"WARNING: Conflict with dependency 'junit:junit'. Resolved versions for app (3.8.2) and test app (4.12) differ"

if u build in gradle from the command line ... it is just a warning but the build is successful .. but if u run it from Android Studio then it will complain and throw an error.

i think this is happening Junit in the repo is still using the older version for testing, other changes might also involve dnsjava ... I coudn't do it myself as im still new to all of this ... just letting u know that an update is in order i guess ... thanks again

sami-s-hajjaj commented 9 years ago

and btw ... this only happens after I add the android_core libraries ... but when i add rosjava and rosjava messeges this error does not happen