This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Version 3.7.2
The second maintenance release for our Android SDK 3.7 line is available now. It includes fixes and improvements to our new ProGuard setup, as well as some minor bug fixes and we fixed some lint warnings as well. For details please check out the release notes below.
- [IMPROVEMENT] Improved ProGuard configuration to minimize the footprint of the SDK against the 65K reference limit. Added a section on ProGuard to our GitHub documentation.
- [IMPROVEMENT] Made customization of the feedback view easier by providing an entry point in
FeedbackActivity
. - [BUGFIX] Use the correct string resources for the
CrashManager
dialog buttons. #139 - [BUGFIX] Localized feedback toast strings. #140
- [BUGFIX] Removed erroneous
tools:ignore
instruction to correctly handle the allowBackup-attribute. #141