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.8.0
1 parent cc5a4a0 commit ddb53cbCopy full SHA for ddb53cb
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## Unreleased
2
3
+* Bumps Instabug Android SDK to v11.8.0
4
* Bumps Instabug iOS SDK to v11.7.0
5
* Deprecates `Instabug.start` in favour of the new `Instabug.init` API.
6
* Adds `hungarian` and `finnish` locales support
android/build.gradle
@@ -41,7 +41,7 @@ android {
41
}
42
43
dependencies {
44
- api 'com.instabug.library:instabug:11.7.0'
+ api 'com.instabug.library:instabug:11.8.0'
45
46
testImplementation 'junit:junit:4.13.2'
47
testImplementation "org.mockito:mockito-inline:3.12.1"
0 commit comments