Commit f6306dc
fix(distribution): Update ProGuard rules for new DistributionIntegration class path
- Update ProGuard rules from `internal.DistributionIntegration` to `DistributionIntegration`
- Fixes R8 missing class error in release builds
- Ensures DistributionIntegration class is properly kept during code shrinking
This addresses the build failure in Android integration tests where R8 was
removing the DistributionIntegration class that is referenced by AndroidOptionsInitializer.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b148ab2 commit f6306dc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
0 commit comments