Release v11.13.0
Changed
- Bump Instabug iOS SDK to v11.13.3 (#997). See release notes.
- Bump Instabug Android SDK to v11.13.0 (#996). See release notes.
Fixed
- Fix an issue with the Android sourcemaps upload Gradle task getting recreated when both
bundleReleaseJsAndAssets
andcreateBundleReleaseJsAndAssets
tasks exist in the same Android project (#991), closes #989. - Fix an issue with JaCoCo gradle plugin replacing the
enabled
method withrequired
prop to prevent gradle scripts breaking on version0.72
(#995), closes #994.