Sense360
list_alt
Depending on your project structure, remove this code snippet from the repositories section of your top-level build.gradle
or settings.gradle
:
maven {
url "s3://sense360-public-repo/android"
credentials(AwsCredentials) {
accessKey "AKIAIBIPQGTLX6YKOYEA"
secretKey "[SECRET_KEY_PROVIDED_BY_SENSE360]"
}
}
maven {
url "https://repository.medallia.com/artifactory/sense360-android-sdk/"
}
build.gradle
implementation ("com.sense360:sense360-quinoa:$sense360_sdk_version"){
exclude group: 'org.json', module: 'json'
}
implementation ("com.medallia:sense360-android-sdk:$sense360_sdk_version"){
exclude group: 'org.json', module: 'json'
}
Medallia®, the Medallia logo, and the names and marks associated with Medallia’s products are trademarks of Medallia and/or its affiliates. All other trademarks are the property of their respective owners.