You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.txt
0 commit comments