Skip to content

2.1.3

Latest
Compare
Choose a tag to compare
@licheedev licheedev released this 01 Jun 05:23
· 2 commits to master since this release
allprojects {
    repositories {
        ...
        jcenter()
        mavenCentral() // since 2.1.3
    }
}

dependencies {
        implementation 'com.licheedev:android-serialport:2.1.3'
}