Skip to content

Commit 3a0844a

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
Bump compileSdkVersion to 27 and buildToolsVersion to 27.0.3 (#20777)
Summary: I found that android support library 27.x (facebook/react-native@874cca1) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27. Pull Request resolved: facebook/react-native#20777 Differential Revision: D9478431 Pulled By: hramos fbshipit-source-id: ca100f6b5b39e7d112926124423f9510a0efc291
1 parent 3895ba3 commit 3a0844a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/HelloWorld/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ allprojects {
3232
}
3333

3434
ext {
35-
buildToolsVersion = "26.0.3"
35+
buildToolsVersion = "27.0.3"
3636
minSdkVersion = 16
37-
compileSdkVersion = 26
37+
compileSdkVersion = 27
3838
targetSdkVersion = 26
3939
supportLibVersion = "27.1.1"
4040
}

0 commit comments

Comments
 (0)