We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v11.5.1
1 parent 098aebd commit b55d53fCopy full SHA for b55d53f
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## Unreleased
2
3
+* Bumps Instabug Android SDK to v11.5.1
4
* Bumps Instabug iOS SDK to v11.3.0
5
* Adds BugReporting.setVideoRecordingFloatingButtonPosition API
6
* Adds some missing string keys and their mappings on iOS and Android
android/build.gradle
@@ -41,7 +41,7 @@ android {
41
}
42
43
dependencies {
44
- implementation 'com.instabug.library:instabug:11.4.1'
+ implementation 'com.instabug.library:instabug:11.5.1'
45
testImplementation 'junit:junit:4.12'
46
47
android/proguard-rules.txt
@@ -1 +1 @@
--keep class com.instabug.flutter.** {*;}
+-keep class com.instabug.** {*;}
0 commit comments