Skip to content

Commit 46ceb5a

Browse files
author
DEVfancybear
committed
Upgrade ver rn 0.65.0 -> 0.65.1
1 parent 076b82a commit 46ceb5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ dependencies {
212212
// Run this once to be able to run the application with BUCK
213213
// puts all compile dependencies into folder libs for BUCK to use
214214
task copyDownloadableDepsToLibs(type: Copy) {
215-
from configurations.compile
215+
from configurations.implementation
216216
into 'libs'
217217
}
218218

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react-fast-compare": "^3.2.0",
2828
"react-hook-form": "^7.15.2",
2929
"react-i18next": "^11.12.0",
30-
"react-native": "0.65.0",
30+
"react-native": "0.65.1",
3131
"react-native-dotenv": "^3.2.0",
3232
"react-native-error-boundary": "^1.1.11",
3333
"react-native-fast-image": "^8.3.7",
@@ -56,7 +56,7 @@
5656
"jest": "^26.6.3",
5757
"metro-react-native-babel-preset": "^0.66.0",
5858
"react-native-codegen": "^0.0.7",
59-
"react-test-renderer": "17.0.1",
59+
"react-test-renderer": "17.0.2",
6060
"typescript": "^3.8.3"
6161
},
6262
"resolutions": {

0 commit comments

Comments
 (0)