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