Commit 36340bc
chore: Audit and update ProGuard consumer rules
Update consumer-rules.pro with explicit rules:
- Add explicit keep for SdkConfig and SdkConfig.Builder
- Add explicit keep for all model classes (data classes)
- Add clarifying comment about internal collector/helper classes
Internal classes (collector/**, helper/**) are intentionally NOT kept
as they can be safely optimized by R8 - they're not part of the public API.
Verified: Release build with minification succeeds (sample:assembleRelease).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 32f391d commit 36340bc
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| |||
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments