From 7083628db9f335b40030c323c84328904f6b0dfc Mon Sep 17 00:00:00 2001 From: Andriy Shevtsov Date: Wed, 27 Nov 2024 14:54:34 +0200 Subject: [PATCH] Update Core SDK staging repo URL --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4aa905d5c..58a4ad796 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ allprojects { // Needed for some automated and manual testing (e.g: acceptance tests) mavenLocal() //TODO switch to the release version before releasing core SDK - maven { url = "https://s01.oss.sonatype.org/content/repositories/comglia-1323" } + maven { url = "https://s01.oss.sonatype.org/content/repositories/comglia-1326" } } }