Skip to content

Commit 140ab3d

Browse files
committed
Updating Instabug SDK Version to 9.1.2
1 parent 7c2919d commit 140ab3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more info, visit [Instabug.com](https://www.instabug.com).
1515
Add this line to your build.gradle file.
1616

1717
```groovy
18-
implementation 'com.instabug.library:instabug:9.1.1'
18+
implementation 'com.instabug.library:instabug:9.1.2'
1919
```
2020

2121
## Usage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ ext {
2727
multidex = "2.0.1"
2828
material = "1.0.0"
2929
androidXAppCompat = "1.1.0"
30-
instabugSDK = "9.1.1"
30+
instabugSDK = "9.1.2"
3131
colorPicker = "1.1.8"
3232
}

0 commit comments

Comments
 (0)