Skip to content

Commit 243cdd5

Browse files
authored
[MOB-10370] Bump Instabug Android SDK to v11.5.1 (#789)
* Bump Android SDK to v11.5.1 * Add ProGuard rules * Update CHANGELOG.md
1 parent 9f43d06 commit 243cdd5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Unreleased
22

3+
* Bumps Instabug Android SDK to v11.5.1
34
* Uses Cocoapods for Instabug iOS SDK
45
* Fixes a compilation error on projects with Java version prior to 8.
56

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ android {
2020
ndk {
2121
abiFilters "armeabi-v7a", "x86"
2222
}
23+
consumerProguardFiles 'proguard-rules.txt'
2324
}
2425
lintOptions {
2526
warning 'InvalidPackage'
@@ -31,7 +32,7 @@ android {
3132
dependencies {
3233
implementation "androidx.multidex:multidex:2.0.1"
3334
implementation 'com.facebook.react:react-native:+'
34-
implementation 'com.instabug.library:instabug:11.4.1'
35+
implementation 'com.instabug.library:instabug:11.5.1'
3536

3637
testImplementation "org.mockito:mockito-inline:3.4.0"
3738
testImplementation "org.mockito:mockito-android:3.4.0"

android/proguard-rules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-keep class com.instabug.** {*;}

0 commit comments

Comments
 (0)