Skip to content

Commit 8142ef6

Browse files
committed
Bump Android SDK version
1 parent 5364469 commit 8142ef6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ def packageVersion = '"' + packageJson.version + '"'
55

66
buildscript {
77
ext {
8-
buildToolsVersion = "34.0.0"
8+
buildToolsVersion = "35.0.0"
99
minSdkVersion = 23
10-
compileSdkVersion = 34
11-
targetSdkVersion = 34
10+
compileSdkVersion = 35
11+
targetSdkVersion = 35
1212
ndkVersion = "26.1.10909125"
1313
kotlinVersion = "1.9.22"
1414
}
@@ -69,5 +69,5 @@ dependencies {
6969
//noinspection GradleDynamicVersion
7070
implementation "com.facebook.react:react-native:+" // From node_modules
7171
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}"
72-
implementation 'io.intercom.android:intercom-sdk:15.11.+'
72+
implementation 'io.intercom.android:intercom-sdk:15.13.+'
7373
}

example/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "34.0.0"
3+
buildToolsVersion = "35.0.0"
44
minSdkVersion = 23
5-
compileSdkVersion = 34
6-
targetSdkVersion = 34
5+
compileSdkVersion = 35
6+
targetSdkVersion = 35
77
ndkVersion = "26.1.10909125"
88
kotlinVersion = "1.9.22"
99
}

0 commit comments

Comments
 (0)