-
Notifications
You must be signed in to change notification settings - Fork 38
Using snapshots
Mohamed Zakaria El-Zoghbi edited this page Feb 26, 2020
·
2 revisions
To use Instabug SNAPSHOT:
-
Add this to your
build.gradle
inside yourapp
modulerepositories { 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.