File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 {
3132dependencies {
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"
Original file line number Diff line number Diff line change 1+ -keep class com.instabug.** {*;}
You can’t perform that action at this time.
0 commit comments