[build/ci] update buddybuild postclone script & build tools version
This commit is contained in:
parent
f75f1380b8
commit
524d00d1b3
|
@ -17,7 +17,7 @@ apply plugin: 'com.android.library'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
buildToolsVersion "23.0.3"
|
buildToolsVersion "25.0.2"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copy firebase lib into tests directory
|
# Copy firebase lib into tests directory
|
||||||
cp -R $(node --eval "console.log(require('path').resolve('./lib'));")/* $(node --eval "console.log(require('path').resolve('./tests/firebase'));")/
|
mkdir tests/firebase
|
||||||
|
cp -R lib/* tests/firebase/*
|
||||||
|
|
||||||
# Install /tests npm packages
|
# Install /tests npm packages
|
||||||
cd tests && npm install
|
cd tests && npm install
|
||||||
|
|
Loading…
Reference in New Issue