pinx / Android_BrotherPrintLibrary

public aar Brother Print Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gradle implatement

  • B1:
allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

B2:

dependencies {
	implementation 'com.github.MobileTeamSU12:Android_BrotherPrintLibrary:1.0.0'
}

About

public aar Brother Print Library