Skip to content

Commit

Permalink
fix(proguard): keep enum members classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Iury Souza committed Jan 2, 2024
1 parent 64ca018 commit e6ddc48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generativeai/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
-keep class com.google.ai.client.generativeai.internal.** { *; }
-keepclassmembers enum com.google.ai.client.generativeai.internal** { *; }

0 comments on commit e6ddc48

Please sign in to comment.