Skip to content

Using snapshots

Mohamed Zakaria El-Zoghbi edited this page Feb 26, 2020 · 2 revisions

To use Instabug SNAPSHOT:

  1. Add this to your build.gradle inside your app module

    repositories {
        maven {
            url "https://oss.sonatype.org/content/repositories/snapshots"
        }
    }
  2. Use the SNAPSHOT version

    dependencies {
        implementation 'com.instabug.library:instabugsupport:1.7.2-SNAPSHOT'
    }

Development SNAPSHOTs are available in Sonatype's snapshots repository.

Using Instabug

Miscellaneous

Clone this wiki locally