Update Manyverse to 0.1901.2-beta (40)

This commit is contained in:
F-Droid Builder 2019-01-02 19:55:20 +00:00 committed by Ciaran Gultnieks
parent a3c0725607
commit c6b1b75bb4

View file

@ -337,6 +337,44 @@ Builds:
- npm run build-android-assets
ndk: r17b
- versionName: 0.1901.2-beta
versionCode: 40
commit: v0.1901.2-beta
subdir: android/app
sudo:
- apt-get install -y g++
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v8.11.4-linux-x64/. /usr/local/
- 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/
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.
@ -344,5 +382,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.1812.29-beta
CurrentVersionCode: 39
CurrentVersion: 0.1901.2-beta
CurrentVersionCode: 40