Skip to content

Commit

Permalink
added consumer rules (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
SloInfinity authored Jun 12, 2024
1 parent 96c62d3 commit 493fe5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions print-engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
consumerProguardFiles(
"consumer-rules.pro"
)
}
}

Expand Down
5 changes: 5 additions & 0 deletions print-engine/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-keep class com.pax.** { *; }
-keep public class com.sunmi.** {
public protected *;
}
-keep class com.verifone.peripherals.** { *; }

0 comments on commit 493fe5d

Please sign in to comment.