Updated on 2026-08-14

This commit is contained in:
Tangem 2021-04-05 11:46:50 +00:00
commit bc8bb381b3

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