From faa9542b1a32f222b5601330f1df25742e17319b Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Wed, 14 Feb 2024 14:38:31 +0200 Subject: [PATCH 1/2] chore(android): bump sdk to v12.7.1 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 60a70b12b..d26f00c78 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - api 'com.instabug.library:instabug:12.5.1' + api 'com.instabug.library:instabug:12.7.1' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-inline:3.12.1" From 5335815ac843aee17c5ea1630830ba12ce5e3be7 Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Wed, 14 Feb 2024 14:40:38 +0200 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f4bdca9..92c32305b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Support user identification using ID ([#435](https://github.com/Instabug/Instabug-Flutter/pull/435)). +### Changed + +- Bump Instabug Android SDK to v12.7.1 ([#439](https://github.com/Instabug/Instabug-Flutter/pull/439)). See release notes for [v12.7.1](https://github.com/Instabug/Instabug-Android/releases/tag/v12.7.1). + ## [12.5.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.4.0...v12.5.0) (January 08 , 2024) ### Changed