Skip to content

Commit 9623a0c

Browse files
authored
Merge pull request #92 from intercom/release/15.0.0
Release/15.0.0
2 parents 802d4d9 + 5128923 commit 9623a0c

18 files changed

Lines changed: 5684 additions & 28797 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,5 @@ dependencies {
6060
//noinspection GradleDynamicVersion
6161
implementation "com.facebook.react:react-native:+" // From node_modules
6262
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}"
63-
implementation 'io.intercom.android:intercom-sdk:14.0.+'
63+
implementation 'io.intercom.android:intercom-sdk:15.0.+'
6464
}
65-

example/android/app/src/main/java/com/example/intercomreactnative/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import java.lang.reflect.InvocationTargetException;
1212
import java.util.List;
1313

14-
import com.lugg.ReactNativeConfig.ReactNativeConfigPackage;
14+
import com.lugg.RNCConfig.RNCConfigPackage;
1515

1616
import com.intercom.reactnative.IntercomModule;
1717
import com.intercom.reactnative.IntercomPackage;
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
xmlns:tools="http://schemas.android.com/tools"
32
package="com.example.intercomreactnative">
43

5-
<application>
6-
<service
7-
android:name=".MainNotificationService">
8-
<intent-filter>
9-
<action android:name="com.google.firebase.MESSAGING_EVENT" />
10-
</intent-filter>
11-
</service>
12-
</application>
4+
<application>
5+
<service android:name=".MainNotificationService">
6+
<intent-filter>
7+
<action android:name="com.google.firebase.MESSAGING_EVENT" />
8+
</intent-filter>
9+
</service>
10+
</application>
1311

1412
</manifest>

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
mavenCentral()
1717
}
1818
dependencies {
19-
classpath("com.android.tools.build:gradle:4.2.1")
19+
classpath('com.android.tools.build:gradle:7.4.2')
2020

2121
// NOTE: Do not place your application dependencies here; they belong
2222
// in the individual module build.gradle files

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android.useAndroidX=true
2121
android.enableJetifier=true
2222
FLIPPER_VERSION=0.93.0
2323

24-
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError
24+
org.gradle.jvmargs=-Xmx2048m
2525
org.gradle.daemon=true
2626
org.gradle.parallel=true
2727
org.gradle.configureondemand=true
3.83 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

example/android/gradlew

Lines changed: 154 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)