This repository provides the Brother SDK packaged as a reusable .aar file, ready to be integrated into any Android project.
More information here:
https://support.brother.com/g/s/es/htmldoc/mobilesdk/index.html
https://support.brother.com/g/s/es/dev/en/mobilesdk/android/index.html
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
- Add the dependency to your app-level
build.gradle
dependencies {
implementation 'com.github.johnvuko:BrotherPrintLibrary:4.13.0'
}
BrotherPrintLibrary is available under the MIT license. See the LICENSE file for more info.