We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2031c6c commit f15fd95Copy full SHA for f15fd95
README.md
@@ -202,14 +202,14 @@ Just add the following to your `build.gradle`:
202
203
```groovy
204
repositories {
205
- maven { url "https://oss.jfrog.org/artifactory/oss-release-local" }
+ maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" }
206
}
207
```
208
209
Then you can depend on snapshot versions:
210
211
212
-implementation 'com.firebaseui:firebase-ui-auth:3.2.2-SNAPSHOT`
+implementation 'com.firebaseui:firebase-ui-auth:4.0.0-SNAPSHOT`
213
214
215
You can see which `SNAPSHOT` builds are avaiable here:
0 commit comments