798 B
798 B
prev | next |
---|---|
false | /docs/v4/core/getting-started.md |
Installation
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 :::