Skip to content

Commit 7cb3225

Browse files
authored
Merge pull request #297 from Instabug/update-readme
Update Instabug SDK version to 9.1.4
2 parents a4cfd7c + 229bf3b commit 7cb3225

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.3'
18+
implementation 'com.instabug.library:instabug:9.1.4'
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.3"
30+
instabugSDK = "9.1.4"
3131
colorPicker = "1.1.8"
3232
}

0 commit comments

Comments
 (0)