diff --git a/CHANGELOG.md b/CHANGELOG.md index 3459c2c4c..c9d5a4601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### Changed - Bump Instabug iOS SDK to v11.14.0 ([#1020](https://github.com/Instabug/Instabug-React-Native/pull/1020)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/11.14.0). +- Bump Instabug Android SDK to v11.14.0 ([#1019](https://github.com/Instabug/Instabug-React-Native/pull/1019)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v11.14.0). ### Deprecated diff --git a/android/native.gradle b/android/native.gradle index ad1b5b3cc..51f4090f9 100644 --- a/android/native.gradle +++ b/android/native.gradle @@ -1,5 +1,5 @@ project.ext.instabug = [ - version: '11.13.0' + version: '11.14.0' ] dependencies { diff --git a/test/modules/Instabug.spec.ts b/test/modules/Instabug.spec.ts index a75ab034c..9bab0d0d5 100644 --- a/test/modules/Instabug.spec.ts +++ b/test/modules/Instabug.spec.ts @@ -3,7 +3,6 @@ import '../mocks/mockInstabugUtils'; import { Platform, findNodeHandle, processColor } from 'react-native'; import { mocked } from 'jest-mock'; - import waitForExpect from 'wait-for-expect'; import Report from '../../src/models/Report';