We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add the jitpack repo to your your project's build.gradle at the end of repositories
allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } }
Then add the dependency to your module's build.gradle:
implementation 'com.github.felHR85:UsbSerial:6.1.0'