I am trying to add the zendesk SDK, I am doing by this guide:
https://developer.zendesk.com/documentation/classic-web-widget-sdks/support-sdk/android/sdk_add/
when I am trying to compile.I am getting this error:
Could not HEAD 'https://foursquare.jfrog.io/foursquare/libs-release/com/zendesk/suas/suas/1.2.0/suas-1.2.0.jar'. Received status code 401 from server:
Disable Gradle 'offline mode' and sync project
When I google it I found this:
https://stackoverflow.com/a/34230956
but in the guide, I didn't see that there is any authentication that I should do.
what should I do?