We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To use Instabug SNAPSHOT:
Add this to your build.gradle inside your app module
build.gradle
app
repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots" } }
Use the SNAPSHOT version
dependencies { implementation 'com.instabug.library:instabugsupport:1.7.2-SNAPSHOT' }
Development SNAPSHOTs are available in Sonatype's snapshots repository.
snapshots
Using Instabug
Miscellaneous