Skip to content

Commit f15fd95

Browse files
SUPERCILEXsamtstern
authored andcommitted
Fix incorrect snapshot build link (#1290)
1 parent 2031c6c commit f15fd95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,14 @@ Just add the following to your `build.gradle`:
202202

203203
```groovy
204204
repositories {
205-
maven { url "https://oss.jfrog.org/artifactory/oss-release-local" }
205+
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" }
206206
}
207207
```
208208

209209
Then you can depend on snapshot versions:
210210

211211
```groovy
212-
implementation 'com.firebaseui:firebase-ui-auth:3.2.2-SNAPSHOT`
212+
implementation 'com.firebaseui:firebase-ui-auth:4.0.0-SNAPSHOT`
213213
```
214214

215215
You can see which `SNAPSHOT` builds are avaiable here:

0 commit comments

Comments
 (0)