mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Bump compileSdkVersion to 27 and buildToolsVersion to 27.0.3 (#20777)
Summary: I found that android support library 27.x (https://github.com/facebook/react-native/commit/874cca1ac258ec224bade999722d7a34c307def0) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27. Pull Request resolved: https://github.com/facebook/react-native/pull/20777 Differential Revision: D9478431 Pulled By: hramos fbshipit-source-id: ca100f6b5b39e7d112926124423f9510a0efc291
This commit is contained in:
committed by
Lorenzo Sciandra
parent
4b68b64e47
commit
5992f8d587
+2
-2
@@ -4,9 +4,9 @@
|
||||
|
||||
## ANDROID ##
|
||||
# Android SDK Build Tools revision
|
||||
export ANDROID_SDK_BUILD_TOOLS_REVISION=26.0.3
|
||||
export ANDROID_SDK_BUILD_TOOLS_REVISION=27.0.3
|
||||
# Android API Level we build with
|
||||
export ANDROID_SDK_BUILD_API_LEVEL="26"
|
||||
export ANDROID_SDK_BUILD_API_LEVEL="27"
|
||||
# Google APIs for Android level
|
||||
export ANDROID_GOOGLE_API_LEVEL="23"
|
||||
# Minimum Android API Level we target
|
||||
|
||||
Reference in New Issue
Block a user