Skip to content

Commit 1529bd0

Browse files
authored
Merge pull request #77 from intercom/santhosh/fixed_android_strictly_issue
Removed Strictly to support latest libraries
2 parents caa48dd + 34c12cf commit 1529bd0

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- checkout
5151
- attach_project
52-
52+
5353
- run:
5454
name: Install dependencies
5555
command: |

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)