From 0cd54540c40b4de98677a7c3e23c805033f68a29 Mon Sep 17 00:00:00 2001 From: vahid torkaman Date: Thu, 13 Jul 2023 14:27:37 +0200 Subject: [PATCH] mention to add the jitpack maven to get the dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8305ad37..02932fc9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ for using specific commit: implementation("com.github.spotify:confidence-openfeature-provider-kotlin:[COMMIT SHA]") ``` +The Android project must include `maven("https://jitpack.io")` in `settings.gradle` in the repositories block. + Where `` is the most recent version of this SDK. Released versions can be found under "Releases" within this repository.