Skip to content

Commit 48d67d5

Browse files
Removed Strictly to support latest libraries
1 parent 534e104 commit 48d67d5

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

android/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,5 @@ dependencies {
6161
implementation "com.facebook.react:react-native:+" // From node_modules
6262
implementation 'com.google.firebase:firebase-messaging:20.2.+'
6363
implementation 'io.intercom.android:intercom-sdk:14.0.+'
64-
implementation ("androidx.appcompat:appcompat:1.3.1") {
65-
version {
66-
strictly '1.3.1'
67-
}
68-
}
6964
}
7065

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"start": "react-native start"
1010
},
1111
"dependencies": {
12-
"@react-native-async-storage/async-storage": "^1.15.5",
13-
"react": "17.0.2",
14-
"react-native": "^0.65.1",
15-
"react-native-config": "^1.4.2"
12+
"@react-native-async-storage/async-storage": "^1.17.6",
13+
"react": "18.1.0",
14+
"react-native": "^0.70.6",
15+
"react-native-config": "^1.4.11"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)