From ecb083ec755f18bfac5bcc45f95494829db72982 Mon Sep 17 00:00:00 2001 From: David Mina Date: Tue, 11 Apr 2023 14:11:38 +0200 Subject: [PATCH 1/2] Bump Android SDK to `v11.11.0` --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e0193cba6..3de5e6892 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - api 'com.instabug.library:instabug:11.9.0' + api 'com.instabug.library:instabug:11.11.0' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-inline:3.12.1" From c40976d4cc49819d68fa1578540e7987de85afc9 Mon Sep 17 00:00:00 2001 From: David Mina Date: Tue, 11 Apr 2023 14:13:10 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 126e40cfa..5849d00ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased + +* Bumps Instabug Android SDK to v11.11.0. + ## 11.9.0 (2023-02-21) * Bumps Instabug Android SDK to v11.9.0.