Skip to content

Commit a4cfd7c

Browse files
committed
- Updating gradle build tools/wrapper
- Updating Instabug SDK Version to 9.1.2
1 parent 140ab3d commit a4cfd7c

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

2121
## Usage

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.5.1'
9+
classpath 'com.android.tools.build:gradle:3.6.3'
1010

1111
}
1212
}
@@ -27,6 +27,6 @@ ext {
2727
multidex = "2.0.1"
2828
material = "1.0.0"
2929
androidXAppCompat = "1.1.0"
30-
instabugSDK = "9.1.2"
30+
instabugSDK = "9.1.3"
3131
colorPicker = "1.1.8"
3232
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Nov 11 16:52:56 EET 2019
1+
#Tue Apr 21 15:40:54 EET 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 commit comments

Comments
 (0)