Skip to content

Commit e5fc9d9

Browse files
a7medevmzelzoghbi
authored andcommitted
chore(android): bump sdk to v13.2.0 (#1245)
* chore(android): bump sdk to v13.2.0 * chore: update changelog
1 parent c6138ea commit e5fc9d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v13.1.1...dev)
44

5+
### Changed
6+
7+
- Bump Instabug Android SDK to v13.2.0 ([#1245](https://github.com/Instabug/Instabug-React-Native/pull/1245)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v13.2.0).
8+
59
### Fixed
610

711
- Change parameters used inside inner classes to `final` in Android code to maintain compatibility with Java 7 and earlier ([#1239](https://github.com/Instabug/Instabug-React-Native/pull/1239)).

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: '13.1.1'
2+
version: '13.2.0'
33
]
44

55
dependencies {

0 commit comments

Comments
 (0)