Skip to content

Commit b55d53f

Browse files
authored
[MOB-10356] Bump Instabug Android SDK to v11.5.1 (#276)
* Bump Android SDK to v11.5.1 * Update Proguard rules * Update CHANGELOG.md
1 parent 098aebd commit b55d53f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Unreleased
22

3+
* Bumps Instabug Android SDK to v11.5.1
34
* Bumps Instabug iOS SDK to v11.3.0
45
* Adds BugReporting.setVideoRecordingFloatingButtonPosition API
56
* Adds some missing string keys and their mappings on iOS and Android

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
dependencies {
44-
implementation 'com.instabug.library:instabug:11.4.1'
44+
implementation 'com.instabug.library:instabug:11.5.1'
4545
testImplementation 'junit:junit:4.12'
4646
}
4747

android/proguard-rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-keep class com.instabug.flutter.** {*;}
1+
-keep class com.instabug.** {*;}

0 commit comments

Comments
 (0)