Updated on 2026-08-14

This commit is contained in:
Tangem 2021-04-05 18:53:05 +00:00
commit a872f8d3a1

View file

@ -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' }
}