Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Version 3.7.2

Compare
Choose a tag to compare
@matthiaswenz matthiaswenz released this 31 Mar 12:08
· 837 commits to develop since this release

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