diff --git a/README.md b/README.md index 06b27ec..a2c3057 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,17 @@ allprojects { } } ``` + +Starting with gradle 6.8 you can alternatively add jitpack.io repository to your settings.gradle: +```gradle +dependencyResolutionManagement { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} +``` + Add library to dependencies ```gradle dependencies {