Skip to content

2.0.0

Compare
Choose a tag to compare
@Ereza Ereza released this 26 May 22:22
· 32 commits to master since this release
  • Library initialization no longer needed! Now it is automatic.
  • Fixed issue that caused Firebase Crash Reporting-enabled apps to not receive any crash report on Firebase. Closes #28.
  • Changed initialization of the library config to use the Builder pattern.
  • New crash mode for background crashes: "crash" (crashes normally when in background).
  • Library now depends on AppCompat, therefore eliminating all theme compatibility issues. minSdkVersion is now 14. Closes #26, #30.
  • New activity log (optional), thanks @bourmhe! Closes #27.