Skip to content

Commit

Permalink
Merge pull request #8 from tillhub/proguard_fix_2
Browse files Browse the repository at this point in the history
potential fix 3
  • Loading branch information
SloInfinity authored Dec 7, 2022
2 parents 8e2ded5 + 01a7905 commit 041579f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
-keep class de.tillhub.printengine.Printer {
*;
}
-keepclassmembers class de.tillhub.printengine.Printer {
public static ** Companion;
-keep class de.tillhub.printengine.Printer$Companion {
*;
}
-keep class de.tillhub.printengine.pax.barcode.BarcodeEncoder {
*;
Expand Down

0 comments on commit 041579f

Please sign in to comment.