Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 500 Bytes

MAVEN.md

File metadata and controls

17 lines (13 loc) · 500 Bytes

This SDK requires Crashlytics SDK. For integration instructions visit: http://support.crashlytics.com/knowledgebase/articles/202959-maven

Also add the JitPack repository to your build file:

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

And the dependency:

<dependency>
    <groupId>com.github.buzzjective</groupId>
    <artifactId>idvos_android</artifactId>
    <version>0.5</version>
</dependency>