Updated on 2026-08-14
This commit is contained in:
parent
d8c473caf3
commit
8c080fdb58
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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' }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue