Skip to content

Commit 48c625b

Browse files
frapetisamtstern
authored andcommitted
fix snapshot gradle implementation typo (#1308)
1 parent f15fd95 commit 48c625b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ repositories {
209209
Then you can depend on snapshot versions:
210210

211211
```groovy
212-
implementation 'com.firebaseui:firebase-ui-auth:4.0.0-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)