File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## v9.1.9 (2020-10-01)
3
+
4
+ * Bumps Instabug native Android SDK to v9.1.8
5
+
2
6
## v9.1.8 (2020-09-16)
3
7
4
8
* Adds support for react-navigation v5
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
dependencies {
30
30
implementation ' com.android.support:multidex:1.0.3'
31
31
implementation ' com.facebook.react:react-native:+'
32
- api(' com.instabug.library:instabug:9.1.7.0 ' ) {
32
+ api(' com.instabug.library:instabug:9.1.8.1 ' ) {
33
33
exclude group : ' com.android.support:appcompat-v7'
34
34
}
35
35
testImplementation ' org.mockito:mockito-core:1.10.19'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
- "version" : " 9.1.8 " ,
3
+ "version" : " 9.1.9 " ,
4
4
"description" : " React Native plugin for integrating the Instabug SDK" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments