Skip to content

Commit 0559d10

Browse files
Merge pull request #1375 from Instabug/chore/android-bump-sdk-to-version-14.3.0
chore: (Android) bump sdk to v14.3.0
2 parents dc3cc97 + 2aa37ec commit 0559d10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1+
# Changelog
2+
13
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...dev)
24

35
### Added
46

57
- Add support for enable/disable capturing network body. ([#1362](https://github.com/Instabug/Instabug-React-Native/pull/1362))
68

7-
# Changelog
8-
9-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...dev)
10-
119
### Changed
1210

1311
- Bump Instabug iOS SDK to v14.3.0 ([#1367](https://github.com/Instabug/Instabug-React-Native/pull/1367)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/14.3.0).
1412

13+
- Bump Instabug Android SDK to v14.3.0 ([#1375](https://github.com/Instabug/Instabug-React-Native/pull/1375)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.3.0).
14+
1515
## [14.1.0](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.0...v14.1.0) (January 2, 2025)
1616

1717
### Added

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: '14.3.0.6624149-SNAPSHOT'
2+
version: '14.3.0'
33
]
44

55
dependencies {

0 commit comments

Comments
 (0)