diff --git a/build.gradle b/build.gradle index 4dc0d14356..3b07b1a1ac 100644 --- a/build.gradle +++ b/build.gradle @@ -31,14 +31,14 @@ allprojects { username = nexusUser password = nexusPass } - url "https://nexus.tangem.com/repository/maven-releases/" + url "https://nexus.tangem-tech.com/repository/maven-releases/" } maven { credentials { username = nexusUser password = nexusPass } - url "https://nexus.tangem.com/repository/maven-snapshots/" + url "https://nexus.tangem-tech.com/repository/maven-snapshots/" } maven { url 'https://jitpack.io' } }