Closed DavidMCarek closed 6 years ago
Hello @DavidMCarek sorry I did not respond earlier. Let me make the correction and release the new version. Thanks :)
@DavidMCarek , merged in 2.0.0. Be careful, most packages have changed after refactoring (just have to reimport)
We are using this library for an Android app and came across the create() method inside the SsdpClient class. In the documentation the create() method is called in a static way. "SsdpClient.create()" The create method is currently non-static and cannot be called in the way the documentation specifies.