Skip to content

Commit c6e3bff

Browse files
committed
- Updating Instabug SDK Version to 10.0.1
1 parent acf1fd2 commit c6e3bff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ In your `Application` class add this line to your `onCreate` method.
2626
new Instabug.Builder(this, "APP_TOKEN").build();
2727
```
2828

29+
```kotlin
30+
Instabug.Builder(this, "APP_TOKEN").build()
31+
```
32+
2933
## Notes
3034

3135
Some permissions are automatically added to your AndroidManifest.xml file. Some of them are required to be able to fetch some information like the network and wifi connection. Others are used to allow the user to attach images, videos, and audio recordings.

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.0"
11+
instabugSDK = "10.0.1"
1212
colorPicker = "1.1.8"
1313
}
1414
repositories {

0 commit comments

Comments
 (0)