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