From 66f53e6e8b71d16d8b91cc3bafc2bbf39b3fc80c Mon Sep 17 00:00:00 2001 From: Robert Szuba Date: Wed, 26 Jun 2019 10:05:48 +0200 Subject: [PATCH] Prepare 5.6.0 release --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 939f0baa..59d9da30 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ allprojects { Before the release please change the url below to: https://repo.onegini.com/artifactory/onegini-sdk Please change it back to https://repo.onegini.com/artifactory/public after the release */ - url "https://repo.onegini.com/artifactory/public" + url "https://repo.onegini.com/artifactory/onegini-sdk" credentials { username artifactory_user password artifactory_password