Skip to content

Commit

Permalink
Fixes - README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
arpanzap committed Dec 14, 2021
1 parent ef7bd8e commit 4955b5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ npm install rn-braintree-one --save
mavenLocal()
maven {
url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
credentials {
username 'braintree_team_sdk'
password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp'
credentials {
username 'braintree_team_sdk'
password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp'
}
}
...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-braintree-one",
"version": "1.0.0",
"version": "1.0.1",
"description": "This package provides latest iOS and Android Braintree SDK support for React Native.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 4955b5f

Please sign in to comment.