Skip to content

Release v9.2.0

Compare
Choose a tag to compare
@InstabugCI InstabugCI released this 02 Aug 16:58
· 386 commits to master since this release
712eb13
  • Adds null safety support.
  • Fixes a crash when Instabug.start API is called on Android without Platform check.
  • Changes all void ... async methods to Future<void> ... async so that callers can use await.