TedPicker
TedPicker copied to clipboard
Configuration Issue
I put all the dependencies as mentioned. After, gradle throws configuration error of:
Error:Failed to resolve: com.commonsware.cwac:camera:0.6.+
Please help me regarding this error
make sure those repositories are withinh allprojects{}
facing the same problem and i also added those repositories properly
The correct URL for cwac camera is https://s3.amazonaws.com/repo.commonsware.com instead of https://repo.commonsware.com.s3.amazonaws.com.
that was the solution btw