From 04dd7c1cfc4146a7620c00ed82148dd0ebb5523b Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Sun, 7 Jul 2024 12:03:16 +0300 Subject: [PATCH 1/2] chore(android): bump sdk to v13.2.0 --- android/native.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/native.gradle b/android/native.gradle index 4d5d47ed9..916c957e5 100644 --- a/android/native.gradle +++ b/android/native.gradle @@ -1,5 +1,5 @@ project.ext.instabug = [ - version: '13.1.1' + version: '13.2.0' ] dependencies { From 28df892abfa1ed3c02f065be2835f933a0e86791 Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Sun, 7 Jul 2024 12:05:07 +0300 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c45ff4f51..152637963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v13.1.1...dev) +### Changed + +- 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). + ### Fixed - 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)).