File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ public void onCreate() {
94
94
}
95
95
```
96
96
97
- - Open ` android/build.gradle ` and change ` minSdkVersion ` to ** 23** , ` compileSdkVersion ` to at least ** 34 ** and ` targetSdkVersion ` to at least ** 33 **
97
+ - Open ` android/build.gradle ` and change ` minSdkVersion ` to ** 23** , ` compileSdkVersion ` and ` targetSdkVersion ` to ** 35 **
98
98
99
99
``` Gradle
100
100
buildscript {
101
101
// ...
102
102
ext {
103
- buildToolsVersion = "29 .0.2 "
103
+ buildToolsVersion = "35 .0.0 "
104
104
minSdkVersion = 23 // <-- Here
105
- compileSdkVersion = 34 // <-- Here
106
- targetSdkVersion = 33 // <-- Here
105
+ compileSdkVersion = 35 // <-- Here
106
+ targetSdkVersion = 35 // <-- Here
107
107
}
108
108
// ...
109
109
}
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ def packageVersion = '"' + packageJson.version + '"'
5
5
6
6
buildscript {
7
7
ext {
8
- buildToolsVersion = " 34 .0.0"
8
+ buildToolsVersion = " 35 .0.0"
9
9
minSdkVersion = 23
10
- compileSdkVersion = 34
11
- targetSdkVersion = 34
10
+ compileSdkVersion = 35
11
+ targetSdkVersion = 35
12
12
ndkVersion = " 26.1.10909125"
13
13
kotlinVersion = " 1.9.22"
14
14
}
@@ -69,5 +69,5 @@ dependencies {
69
69
// noinspection GradleDynamicVersion
70
70
implementation " com.facebook.react:react-native:+" // From node_modules
71
71
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 .+'
73
73
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- buildToolsVersion = " 34 .0.0"
3
+ buildToolsVersion = " 35 .0.0"
4
4
minSdkVersion = 23
5
- compileSdkVersion = 34
6
- targetSdkVersion = 34
5
+ compileSdkVersion = 35
6
+ targetSdkVersion = 35
7
7
ndkVersion = " 26.1.10909125"
8
8
kotlinVersion = " 1.9.22"
9
9
}
You can’t perform that action at this time.
0 commit comments