Skip to content

Commit c4cfd8f

Browse files
authored
Merge pull request #354 from Instabug/updating-sdk-version
Updating Instabug SDK Version to 10.1.0
2 parents 6fe431f + 8759792 commit c4cfd8f

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:10.0.1'
18+
implementation 'com.instabug.library:instabug:10.1.0'
1919
```
2020

2121
## Usage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
multidex = "2.0.1"
99
material = "1.0.0"
1010
androidXAppCompat = "1.1.0"
11-
instabugSDK = "10.0.1"
11+
instabugSDK = "10.1.0"
1212
colorPicker = "1.1.8"
1313
}
1414
repositories {

0 commit comments

Comments
 (0)