Update Manyverse to 0.1902.27-beta (48)
This commit is contained in:
parent
82da364540
commit
f23ddd9014
|
@ -567,6 +567,42 @@ Builds:
|
|||
- npm run build-android-assets
|
||||
ndk: r17b
|
||||
|
||||
- versionName: 0.1902.27-beta
|
||||
versionCode: 48
|
||||
commit: v0.1902.27-beta
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||||
npm
|
||||
- npm install -g react-native-cli
|
||||
init:
|
||||
- sed -i -e '/appium/d' ../../package.json
|
||||
- npm install
|
||||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||||
rm:
|
||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||
- node_modules/*/build/Release/*.node
|
||||
- node_modules/sodium-native/prebuilds/
|
||||
- node_modules/react-native-android-wifi/Examples/
|
||||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$NodejsMobile$$
|
||||
- ./tools/android_build.sh $$NDK$$ arm
|
||||
- popd
|
||||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||||
- npm run build-android-assets
|
||||
ndk: r17b
|
||||
|
||||
MaintainerNotes: |-
|
||||
scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm.
|
||||
|
||||
|
@ -574,5 +610,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1901.23-beta
|
||||
CurrentVersionCode: 47
|
||||
CurrentVersion: 0.1902.27-beta
|
||||
CurrentVersionCode: 48
|
||||
|
|
Loading…
Reference in a new issue