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.
1 parent e63db85 commit bea2703Copy full SHA for bea2703
CHANGELOG.md
@@ -3,6 +3,7 @@
3
* Deprecates `Instabug.start` in favour of the new `Instabug.init` API.
4
* Adds `hungarian` and `finnish` locales support
5
* Adds missing mapping for `norwegian` and `slovak` locales on iOS
6
+* Exports native Android SDK
7
8
## 11.6.0 (2022-12-29)
9
android/build.gradle
@@ -41,7 +41,8 @@ android {
41
}
42
43
dependencies {
44
- implementation 'com.instabug.library:instabug:11.7.0'
+ api 'com.instabug.library:instabug:11.7.0'
45
+
46
testImplementation 'junit:junit:4.13.2'
47
testImplementation "org.mockito:mockito-inline:3.12.1"
48
0 commit comments