mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
Updated extra-android-m2repository to get android support v4 23.4.0
Summary: Circle CI has an older m2repository version by default Closes https://github.com/facebook/react-native/pull/11671 Differential Revision: D4372795 Pulled By: kentaromiura fbshipit-source-id: ac563fe3825a57087fbf806c913383e1ade8535f
This commit is contained in:
committed by
Facebook Github Bot
parent
c7c24dce84
commit
a77d17c014
@@ -6,6 +6,7 @@ function getAndroidSDK {
|
||||
DEPS="$ANDROID_HOME/installed-dependencies"
|
||||
|
||||
if [ ! -e $DEPS ]; then
|
||||
echo y | android update sdk --no-ui --all --filter extra-android-m2repository
|
||||
echo no | android create avd -n testAVD -f -t android-19 --abi default/armeabi-v7a &&
|
||||
touch $DEPS
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user