mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-25 12:55:41 +08:00
Downgrade to compileSdkVersion 26
Summary: Go back to using compileSdkVersion 26 and targetSdkVersion 26, temporarily. We can re-add this once Android SDK 27 becomes available in Facebook's internal repository. The Android SDK Build Tools 27.0.3 **are** available, so we can continue using those. Reviewed By: axe-fb Differential Revision: D9886607 fbshipit-source-id: 6c1c9c1e1309c3a0483cc4c0bd8dcb4a5f29fc7e
This commit is contained in:
committed by
Facebook Github Bot
parent
44dc283bcd
commit
68c7999c25
@@ -6,7 +6,7 @@
|
||||
# Android SDK Build Tools revision
|
||||
export ANDROID_SDK_BUILD_TOOLS_REVISION=27.0.3
|
||||
# Android API Level we build with
|
||||
export ANDROID_SDK_BUILD_API_LEVEL="27"
|
||||
export ANDROID_SDK_BUILD_API_LEVEL="26"
|
||||
# Google APIs for Android level
|
||||
export ANDROID_GOOGLE_API_LEVEL="23"
|
||||
# Minimum Android API Level we target
|
||||
@@ -31,4 +31,3 @@ if [ $CI ]; then
|
||||
# Use ARM on Circle CI
|
||||
export AVD_ABI=armeabi-v7a
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user