feat: fix print

This commit is contained in:
2026-02-05 16:33:38 +08:00
parent 6cf47dc8d8
commit b84dc9a816
3 changed files with 19 additions and 11 deletions

View File

@@ -152,11 +152,10 @@ dependencies {
api 'me.jessyan:autosize:1.2.+'
// 佳博打印SDK
// api('com.gainscha:sdk2:2.0.3@aar') {
// exclude group: 'com.jcraft'
// }
// api(name: 'sdk2-2.1.6-20250901.051214-1', ext: 'aar') {
api(name: 'sdk2-2.0.4', ext: 'aar') {
exclude group: 'com.jcraft'
}
api(name: 'fimage-1.0.0', ext: 'aar') {
exclude group: 'com.jcraft'
}
}