Commit 3970033
authored
[FSSDK-11888] fix: disable code minify to support R8 compatibility (#87)
* build: update minifyEnabled setting in release build
- Change minifyEnabled from true to false in the release buildType
- Update the ProGuard configuration to exclude javax.mail and javax.activation. classes
* chore: update ProGuard rules
- Keep necessary classes for Optimizely and Jackson libraries
- Keep Logback classes
- Remove unnecessary warnings for javax.mail classes
- Add ProGuard configuration to build.gradle for minification
- Update proguard-rules.txt in app folder
* build: enable resource shrinking in release build
- Add configuration to shrink resources for reducing APK size
* chore: update build configuration
- Remove 'minifyEnabled' setting from release build type in android/build.gradle
- Exclude javax.mail and javax.activation classes in proguard configuration
- Delete deprecated mail classes warning in proguard-rules.txt1 parent 5913f27 commit 3970033
2 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 59 | | |
68 | 60 | | |
69 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
0 commit comments