Skip to content

Commit cd1347a

Browse files
authored
Updating SDK Version to 10.4.0 (#363)
1 parent 603940e commit cd1347a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Instabug Android SDK
22

3-
![Twitter](https://img.shields.io/badge/twitter-@Instabug-blue.svg)
3+
[![Maven Central](https://img.shields.io/maven-central/v/com.instabug.library/instabug.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.instabug.library%22%20AND%20a:%22instabug%22) ![Twitter](https://img.shields.io/badge/twitter-@Instabug-blue.svg)
44

55
Instabug is an in-app feedback and bug reporting tool for mobile apps. With just a simple shake, your users or beta testers can [report bugs](https://instabug.com/bug-reporting) or send in-app feedback and the SDK will capture an environment snapshot of your user's device including all console logs, [server-side network requests](https://instabug.com/network-logging) and bug reproduction steps compiling all these details in one organised dashboard to help you debug and fix bugs faster.
66

build.gradle

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

0 commit comments

Comments
 (0)