Skip to content

Commit

Permalink
Merge pull request #2277 from brandonpage/rn-0.67.1
Browse files Browse the repository at this point in the history
Bump React Native to 0.67.1.
  • Loading branch information
bhariharan authored Jan 31, 2022
2 parents f168aa9 + 3d13d25 commit 0a1c7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/SalesforceReact/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'com.android.library'

dependencies {
api project(':libs:MobileSync')
api 'com.facebook.react:react-native:0.67.0'
api 'com.facebook.react:react-native:0.67.1'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion libs/SalesforceReact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"create-react-class": "^15.7.0",
"react": "17.0.2",
"react-native": "0.67.0",
"react-native": "0.67.1",
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#dev"
},
"devDependencies": {
Expand Down

0 comments on commit 0a1c7ad

Please sign in to comment.