Skip to content

Commit e73c0c9

Browse files
committed
Updating Instabug SDK Version to 9.0.5
1 parent beac770 commit e73c0c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

2121
## Usage

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55

66
defaultConfig {
77
applicationId "com.example.instabug"

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.0.4"
30+
instabugSDK = "9.0.5"
3131
colorPicker = "1.1.8"
3232
}

0 commit comments

Comments
 (0)