Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Instabug Android SDK

![Twitter](https://img.shields.io/badge/twitter-@Instabug-blue.svg)
[![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)

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.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
multidex = "2.0.1"
material = "1.0.0"
androidXAppCompat = "1.1.0"
instabugSDK = "10.3.0"
instabugSDK = "10.4.0"
colorPicker = "1.1.8"
}
repositories {
Expand Down