Updated on 2026-08-14

This commit is contained in:
Tangem 2022-07-07 18:05:02 +03:00
parent d8c473caf3
commit 8c080fdb58
2 changed files with 6 additions and 2 deletions

View file

@ -144,8 +144,11 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:logging-interceptor")
//
// //Crypto
// Support
implementation("com.zendesk:support:5.0.9")
implementation("com.zendesk:messaging:5.2.4")
//Crypto
implementation "com.madgag.spongycastle:core:1.58.0.0"
// animation

View file

@ -22,6 +22,7 @@ allprojects {
mavenLocal()
maven { url "https://nexus.tangem-tech.com/repository/maven-releases/" }
maven { url 'https://jitpack.io' }
maven { url 'https://zendesk.jfrog.io/zendesk/repo' }
}
}