This repository was archived by the owner on May 6, 2024. It is now read-only.
Commit a9b59b8
Hamza Israr
fix: Add Proguard Rules Enforced by Android Gradle Plugin
During the Gradle build process, we encountered missing Proguard
rules specified in the "missing_rules.txt" file. To ensure proper
code shrinking and obfuscation, we have now added these missing
Proguard rules to our project.
Fixes: LEARNER-94821 parent 6f5c627 commit a9b59b8
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
0 commit comments