Skip to content

Commit

Permalink
chore(android): bump sdk to 11.14.0 (#1019)
Browse files Browse the repository at this point in the history
Jira ID: MOB-12990
  • Loading branch information
abdelhamid-f-nasser committed Sep 12, 2023
1 parent 71449bc commit a6c7b86
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion android/native.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project.ext.instabug = [
version: '11.13.0'
version: '11.14.0'
]

dependencies {
Expand Down
1 change: 0 additions & 1 deletion test/modules/Instabug.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a6c7b86

Please sign in to comment.