Skip to content

Commit 922d25e

Browse files
abdelhamid-f-nasserHeshamMegid
authored andcommitted
chore(android): bump sdk to 11.14.0 (#1019)
Jira ID: MOB-12990
1 parent 3173ade commit 922d25e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
### Changed
1414

1515
- 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).
16+
- 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).
1617

1718
### Deprecated
1819

android/native.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext.instabug = [
2-
version: '11.13.0'
2+
version: '11.14.0'
33
]
44

55
dependencies {

test/modules/Instabug.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import '../mocks/mockInstabugUtils';
33
import { Platform, findNodeHandle, processColor } from 'react-native';
44

55
import { mocked } from 'jest-mock';
6-
76
import waitForExpect from 'wait-for-expect';
87

98
import Report from '../../src/models/Report';

0 commit comments

Comments
 (0)