diff options
author | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-07-17 21:31:27 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-07-17 21:31:27 +0200 |
commit | 9b348acaa94afbaf548dac8fba76985fcd5617ef (patch) | |
tree | 9b9932bb3702b18bb6038d314a670d6d81d62925 /README.md | |
parent | c16f62ba02e20752c0ace828598768ed81942205 (diff) | |
download | jrconfig-master.tar.gz jrconfig-master.tar.bz2 jrconfig-master.zip |
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). |