I\'m trying to bring SignalR into my Android Studio project.
I successfully followed the tutorial on getting started with SignalR,
I also got this working with just Android Studio and the files from the GitHub project but my gradle dependencies are set like this:
implementation files('libs/signalr-client-sdk.jar') implementation files('libs/signalr-client-sdk-android.aar')