Skip to content

Commit

Permalink
Downgrade android sdk version to 15.4.0 (#167)
Browse files Browse the repository at this point in the history
* Downgrade android sdk version to 15.4.0

* Upgrade RN version to 6.7.0
  • Loading branch information
uddish committed Feb 29, 2024
1 parent ba4bde3 commit 78f5843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -69,5 +69,5 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}"
implementation 'io.intercom.android:intercom-sdk:15.6.3'
implementation 'io.intercom.android:intercom-sdk:15.4.0'
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@intercom/intercom-react-native",
"version": "6.6.0",
"version": "6.7.0",
"description": "React Native wrapper to bridge our iOS and Android SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 78f5843

Please sign in to comment.