File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ def packageVersion = '"' + packageJson.version + '"'
55
66buildscript {
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}
Original file line number Diff line number Diff line change 11buildscript {
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 }
You can’t perform that action at this time.
0 commit comments