hostname verifier fixx 2023 for braintree paypal

This commit is contained in:
2023-09-04 23:35:36 +02:00
parent 1d28b2567a
commit 69db5e78bc
5 changed files with 18 additions and 7 deletions

View File

@@ -24,6 +24,13 @@ allprojects {
//maven { url 'https://jitpack.io' } https://stackoverflow.com/questions/50791632/could-not-find-any-version-that-matches-com-google-android-gmsplay-services-bas
maven { url "https://www.jitpack.io" }
maven { url "https://maven.google.com" }
maven {
url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
credentials {
username 'braintree_team_sdk'
password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp'
}
}
flatDir {
dirs 'libs'
}