mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected tokens (use ; to seperate expressions on the same line)

jacky4566 opened this issue · comments

Just a note for new users that Kotlin DSL (which is default for new projects now) expects the repository line formatted as such. Should consider adding this to the Quick Start.

repositories {
  maven { url = uri("https://www.jitpack.io" ) }
}