File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
dependencies {
8
8
// Matches the RN Hello World template
9
9
// https://github.com/facebook/react-native/blob/1e8f3b11027fe0a7514b4fc97d0798d3c64bc895/local-cli/templates/HelloWorld/android/build.gradle#L8
10
- classpath ' com.android.tools.build:gradle:3.2 .1'
10
+ classpath ' com.android.tools.build:gradle:3.3 .1'
11
11
}
12
12
}
13
13
@@ -19,9 +19,9 @@ def safeExtGet(prop, fallback) {
19
19
}
20
20
21
21
def DEFAULT_COMPILE_SDK_VERSION = 28
22
- def DEFAULT_BUILD_TOOLS_VERSION = " 28.0.2 "
22
+ def DEFAULT_BUILD_TOOLS_VERSION = " 28.0.3 "
23
23
def DEFAULT_MIN_SDK_VERSION = 16
24
- def DEFAULT_TARGET_SDK_VERSION = 27
24
+ def DEFAULT_TARGET_SDK_VERSION = 28
25
25
26
26
android {
27
27
compileSdkVersion safeExtGet(' compileSdkVersion' , DEFAULT_COMPILE_SDK_VERSION )
You can’t perform that action at this time.
0 commit comments