Commit bf067e7
committed
chore(proguard): Add rules for DeviceInfo and Moshi
This commit updates the ProGuard rules to ensure proper functionality in release builds.
- A rule has been added to keep all members of the `DeviceInfo` helper class, preventing obfuscation from removing fields used for device information gathering.
- Rules for Moshi and Kotlin Metadata have been included to support reflection, which is necessary for JSON serialization/deserialization of data classes.1 parent ca5fe13 commit bf067e7
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments