Skip to content

Using snapshots

Mohamed Sobhy edited this page Dec 1, 2015 · 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 {
        compile 'com.instabug.library:instabugsupport:1.7.2-SNAPSHOT'
    }

Development SNAPSHOTs are available in Sonatype's snapshots repository.

Using Instabug

Miscellaneous

Clone this wiki locally