Skip to content

Commit d90673f

Browse files
author
Christopher J. Brody
committed
android/build.gradle updates to match RN 0.59
- classpath 'com.android.tools.build:gradle:3.3.1' in dependencies - def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3" - def DEFAULT_TARGET_SDK_VERSION = 28
1 parent 6c13db9 commit d90673f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
dependencies {
88
// Matches the RN Hello World template
99
// 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'
1111
}
1212
}
1313

@@ -19,9 +19,9 @@ def safeExtGet(prop, fallback) {
1919
}
2020

2121
def DEFAULT_COMPILE_SDK_VERSION = 28
22-
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.2"
22+
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3"
2323
def DEFAULT_MIN_SDK_VERSION = 16
24-
def DEFAULT_TARGET_SDK_VERSION = 27
24+
def DEFAULT_TARGET_SDK_VERSION = 28
2525

2626
android {
2727
compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)

0 commit comments

Comments
 (0)