Skip to content

Commit

Permalink
chore: Adapt Consumer Proguard Rules to keep Protobuf-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Oct 12, 2023
1 parent 1110c72 commit b64721e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kuksa-sdk/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-keep class org.eclipse.kuksa.proto.v1.** { *; }
-keep class com.google.protobuf.** { *; }

0 comments on commit b64721e

Please sign in to comment.