File tree 3 files changed +4
-10
lines changed
3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,12 @@ apply plugin: 'com.android.library'
20
20
21
21
apply plugin : ' kotlin-android'
22
22
23
- def DEFAULT_COMPILE_SDK_VERSION = 34
24
- def DEFAULT_BUILD_TOOLS_VERSION = " 28.0.3"
23
+ def DEFAULT_COMPILE_SDK_VERSION = 35
25
24
def DEFAULT_MIN_SDK_VERSION = 26
26
- def DEFAULT_TARGET_SDK_VERSION = 34
25
+ def DEFAULT_TARGET_SDK_VERSION = 35
27
26
28
27
android {
29
28
compileSdkVersion safeExtGet(' compileSdkVersion' , DEFAULT_COMPILE_SDK_VERSION )
30
- buildToolsVersion safeExtGet(' buildToolsVersion' , DEFAULT_BUILD_TOOLS_VERSION )
31
29
32
30
defaultConfig {
33
31
minSdkVersion safeExtGet(' minSdkVersion' , DEFAULT_MIN_SDK_VERSION )
Original file line number Diff line number Diff line change @@ -70,8 +70,6 @@ def enableProguardInReleaseBuilds = false
70
70
def jscFlavor = ' org.webkit:android-jsc:+'
71
71
72
72
android {
73
- ndkVersion rootProject. ext. ndkVersion
74
- buildToolsVersion rootProject. ext. buildToolsVersion
75
73
compileSdk rootProject. ext. compileSdkVersion
76
74
77
75
namespace " com.linkreactnative"
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- buildToolsVersion = " 34.0.0"
4
3
minSdkVersion = 26
5
- compileSdkVersion = 34
6
- targetSdkVersion = 34
7
- ndkVersion = " 25.1.8937393"
4
+ compileSdkVersion = 35
5
+ targetSdkVersion = 35
8
6
kotlinVersion = " 1.8.0"
9
7
}
10
8
repositories {
You can’t perform that action at this time.
0 commit comments