mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 17:42:24 +08:00
[build/ci] update buddybuild postclone script & build tools version
This commit is contained in:
@@ -17,7 +17,7 @@ apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "23.0.3"
|
||||
buildToolsVersion "25.0.2"
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# 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
|
||||
cd tests && npm install
|
||||
|
||||
Reference in New Issue
Block a user