Skip to content

Commit

Permalink
⬆️ Update native Android SDK to version 8.5.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAbdelfattah committed Aug 4, 2019
1 parent 75f9ca9 commit c3e5ffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v8.5.2 (2019-08-04)

* Fixes an issue that would cause Android to throw ArrayIndexOutOfBoundsException.

## v8.5.1 (2019-07-22)

* Fixes an issue that would cause Instabug.framework to appear twice when using CocoaPods.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
api('com.instabug.library:instabug:8.5.0.1') {
api('com.instabug.library:instabug:8.5.0.11') {
exclude group: 'com.android.support:appcompat-v7'
}
testImplementation 'org.mockito:mockito-core:1.10.19'
Expand Down

0 comments on commit c3e5ffe

Please sign in to comment.