From eb33c2f25a9a89139c2e776dcc1cdc657201ab2b Mon Sep 17 00:00:00 2001 From: souheib Date: Wed, 27 Nov 2019 12:10:54 +0100 Subject: [PATCH] update the Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692dc77..5b0cd7a 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ In your top-level build.gradle project file add the following url under reposito repositories { .. maven { -url "https://raw.githubusercontent.com/idnow/de.idnow.android/" +url "https://raw.githubusercontent.com/idnow/de.idnow.android/master" } .. }