allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
	dependencies {
	        implementation 'com.github.nextqs:ESCPOS-ThermalPrinter-Android:3.6.0'
	}
