8 2. Getting Started
Felipe Herranz edytuje tę stronę 2019-07-11 23:36:52 +02:00

Installation

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'