Skip to content

Commit 2e3b920

Browse files
TheBuggedYRNymabdallah
authored andcommitted
[MOB-11894] Export Native Android SDK (#907)
Allow users to use Instabug Android SDK within their Java/Kotlin files.
1 parent a3a3d4b commit 2e3b920

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
@@ -5,6 +5,7 @@
55
- Deprecates Instabug.setDebugEnabled, Instabug.setSdkDebugLogsLevel, and APM.setLogLevel in favour of debugLogsLevel property, which can be passed to InstabugConfig while initializing the SDK using Instabug.init.
66
- Deprecates the enums: sdkDebugLogsLevel and logLevel in favour of a new enum LogLevel.
77
- Deprecates Instabug.isRunningLive API.
8+
- Exports native Android SDK
89

910
## 11.6.0 (2022-12-29)
1011

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ android {
3434
dependencies {
3535
implementation "androidx.multidex:multidex:2.0.1"
3636
implementation 'com.facebook.react:react-native:+'
37-
implementation 'com.instabug.library:instabug:11.7.0'
37+
38+
api 'com.instabug.library:instabug:11.7.0'
3839

3940
testImplementation "org.mockito:mockito-inline:3.4.0"
4041
testImplementation "org.mockito:mockito-android:3.4.0"

0 commit comments

Comments
 (0)