diff --git a/README.md b/README.md index a6fa4c2..39731f4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,10 @@ Converter for High Efficiency Image Format(HEIF) to other image format ## Download ### Gradle + +#### build.gradle (project) ``` groovy + allprojects { repositories { ... @@ -27,9 +30,11 @@ allprojects { } } ``` + +#### build.gradle (app) ``` groovy dependencies { - implementation 'com.github.lincollincol:HEIF-converter:1.5' + implementation 'com.github.lincollincol:HEIF-converter:1.6' } ``` @@ -46,7 +51,7 @@ dependencies { com.github.lincollincol Repo - 1.5 + 1.6 ```