diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ repositories { } dependencies { - implementation("com.github.romangraef", "jrconfig", "v1.1") + implementation("com.github.romangraef", "jrconfig", "v1.2") } ``` The version can be either a git shortref, or a [tag](https://github.com/romangraef/jrconfig/tags). |