From 160cc05cbe3b6489b066b0fa8a2829814390b384 Mon Sep 17 00:00:00 2001 From: Conner Charlebois Date: Wed, 17 Aug 2022 17:03:16 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e1019..2af3797 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ -:warning: | Due to a breaking change in the underlying API, this module will cause apps developed in Mendix versions 9.13 and up to fail to startup. A fix is in progress and this module still works as expected up to, and including, 9.12.x +:warning: | Due to a breaking change in the underlying API, this module will cause apps developed in Mendix versions 9.13 and up to fail to startup. A fix is in progress and this module still works as expected up to, and including, 9.12.x. See the table below for details. :---: | :--- +Mx Version | MxCrashlytics 2.0.0 | MxCrashlytics 3.0.0 +:---: | :---: | :---: +9.6.0 - 9.12.x | ✅ | ✅ +9.13.0 - 9.15.x | ❌ | ❌ +9.16.0+ | ❌ | ✅ + + + # mx-crashlytics A plug-n-play wrapper for [Firebase Crashlytics](https://rnfirebase.io/reference/crashlytics) in your Mendix Native app