We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107d487 commit 4acd485Copy full SHA for 4acd485
README.md
@@ -80,6 +80,7 @@ dependencyResolutionManagement {
80
repositories {
81
google()
82
mavenCentral()
83
+ maven { url = uri("https://jitpack.io") }
84
maven { url = uri("https://opensource.salesforce.com/AgentforceMobileSDK-Android/agentforce-sdk-repository") }
85
maven { url = uri("https://s3.amazonaws.com/salesforce-async-messaging-experimental/public/android") }
86
}
0 commit comments