Skip to content

Commit 14e1fb9

Browse files
committed
chore: (Android) bump sdk to v14.3.0
1 parent dc3cc97 commit 14e1fb9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66

77
# Changelog
88

9-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...dev)
109

1110
### Changed
1211

1312
- 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).
1413

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

1718
### 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)