Markwon/docs/docs/v4/install.md
2019-06-12 18:45:28 +03:00

798 B

prev next
false /docs/v4/core/getting-started.md

Installation

stable snapshot

Snapshot

In order to use latest SNAPSHOT version add snapshot repository to your root project's build.gradle file:

allprojects {
    repositories {
        jcenter()
        google()
        // this one 👇
        maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' } // 👈 this one
        // this one 👆
    }
}

:::tip Info All official artifacts share the same version number and all are uploaded to release and snapshot repositories :::