Skip to content

2. Getting Started

Felipe Herranz edited this page Jul 11, 2019 · 8 revisions

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'