Updated on 2026-08-14

This commit is contained in:
Tangem 2021-04-05 21:33:14 +03:00
parent ca9e033f4f
commit 8585e32ce0

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