From 931129cec7a8e51563a366d488da13022de95d59 Mon Sep 17 00:00:00 2001 From: Alvaro Blanco Cabrero Date: Wed, 11 Dec 2024 23:22:55 +0100 Subject: [PATCH] README fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdd8825..6f25091 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Scheme must be a custom scheme in order to ensure ir remains unique (typically y If you are not using Applivery authentication just leave the field empty and use a constructor that does not accept this parameter. ```groovy -manifestPlaceholders = [appliveryAuthRedirectScheme: "${customScheme}"] +manifestPlaceholders = [appliveryAuthRedirectScheme: ""] ``` ### Step 2