mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Manyverse to 0.2210.27-beta-fdroid (135)
This commit is contained in:
parent
59a1a20226
commit
9d33d38e77
1 changed files with 49 additions and 2 deletions
|
|
@ -2857,11 +2857,58 @@ Builds:
|
||||||
- npm run build-android-assets
|
- npm run build-android-assets
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 0.2210.27-beta-fdroid
|
||||||
|
versionCode: 135
|
||||||
|
commit: bd0c2a7393bdda3fd84675d980a2a73a4a960cc7
|
||||||
|
timeout: 80000
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y g++ g++-multilib make libtool npm python2 python-is-python2
|
||||||
|
autoconf automake libtool
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288
|
||||||
|
- npm install -g react-native-cli
|
||||||
|
init: npm install --no-optional
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- NodejsMobile@nodejs-mobile-v0.3.3
|
||||||
|
rm:
|
||||||
|
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||||
|
- node_modules/react-native/template/
|
||||||
|
- desktop
|
||||||
|
- ios
|
||||||
|
- test
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/lifecycle/d' ../build.gradle
|
||||||
|
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||||||
|
scanignore:
|
||||||
|
- android/build.gradle
|
||||||
|
- node_modules/react-native/android
|
||||||
|
- node_modules/jsc-android
|
||||||
|
- node_modules/hermes-engine
|
||||||
|
- node_modules/react-native-blurhash/android/build.gradle
|
||||||
|
- node_modules/react-native-localize/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
build:
|
||||||
|
- pushd $$NodejsMobile$$
|
||||||
|
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||||||
|
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||||||
|
- popd
|
||||||
|
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||||||
|
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||||||
|
- npm run build-android-assets
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
||||||
local Maven repository which contains the prebuilt react-native library which
|
local Maven repository which contains the prebuilt react-native library which
|
||||||
we get from npm.
|
we get from npm.
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.2210.3-beta-fdroid
|
CurrentVersion: 0.2210.27-beta-fdroid
|
||||||
CurrentVersionCode: 134
|
CurrentVersionCode: 135
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue