mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2025-04-03 13:31:58 +08:00
also accept terms for android sdk android-27
This commit is contained in:
parent
a0783378fc
commit
f8ad52894b
@ -94,7 +94,7 @@ before_install:
|
||||
- node --version
|
||||
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
|
||||
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
|
||||
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26;
|
||||
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27;
|
||||
fi
|
||||
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
|
||||
&& npm install && popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user