Update Manyverse to 0.1903.20-beta (52)
This commit is contained in:
parent
5d599810e2
commit
032a24995e
|
@ -711,6 +711,42 @@ Builds:
|
||||||
- npm run build-android-assets
|
- npm run build-android-assets
|
||||||
ndk: r17b
|
ndk: r17b
|
||||||
|
|
||||||
|
- versionName: 0.1903.20-beta
|
||||||
|
versionCode: 52
|
||||||
|
commit: v0.1903.20-beta
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || 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: |-
|
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.
|
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.
|
||||||
|
|
||||||
|
@ -718,5 +754,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.1903.19-beta
|
CurrentVersion: 0.1903.20-beta
|
||||||
CurrentVersionCode: 51
|
CurrentVersionCode: 52
|
||||||
|
|
Loading…
Reference in a new issue