Skip to content

Commit bea2703

Browse files
TheBuggedYRNHeshamMegid
authored andcommitted
[MOB-11894] Export Native Android SDK (#334)
Allow users to use Instabug Android SDK within their Java/Kotlin files.
1 parent e63db85 commit bea2703

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Deprecates `Instabug.start` in favour of the new `Instabug.init` API.
44
* Adds `hungarian` and `finnish` locales support
55
* Adds missing mapping for `norwegian` and `slovak` locales on iOS
6+
* Exports native Android SDK
67

78
## 11.6.0 (2022-12-29)
89

android/build.gradle

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

4343
dependencies {
44-
implementation 'com.instabug.library:instabug:11.7.0'
44+
api 'com.instabug.library:instabug:11.7.0'
45+
4546
testImplementation 'junit:junit:4.13.2'
4647
testImplementation "org.mockito:mockito-inline:3.12.1"
4748
}

0 commit comments

Comments
 (0)