Skip to content

Commit

Permalink
Fix incorrect line number.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Sep 1, 2020
1 parent cfb9fe7 commit 1c48817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {
}
```

Then depend on the same artifacts with [the latest snapshot version](https://github.com/coil-kt/coil/blob/master/gradle.properties#L16).
Then depend on the same artifacts with [the latest snapshot version](https://github.com/coil-kt/coil/blob/master/gradle.properties#L19).

!!! Note
Snapshots are deployed for each new commit on `master` that passes CI. They can potentially contain breaking changes or may be unstable. Use at your own risk.

0 comments on commit 1c48817

Please sign in to comment.