mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
Update Podverse
This commit is contained in:
parent
cc9c7a6d2d
commit
1d342d1ce2
1 changed files with 9 additions and 14 deletions
|
|
@ -667,8 +667,7 @@ Builds:
|
|||
|
||||
- versionName: 4.2.1
|
||||
versionCode: 21
|
||||
disable: build failed
|
||||
commit: bb75adfd1b4f78e74c43322b1bfce15b144db58f
|
||||
commit: 4.2.1
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64.tar.xz
|
||||
|
|
@ -686,13 +685,8 @@ Builds:
|
|||
srclibs:
|
||||
- react-native-reanimated@2.2.3
|
||||
rm:
|
||||
- node_modules/@react-native-community/cli-platform-android/node_modules/jetifier/lib
|
||||
- node_modules/bplist-parser
|
||||
- node_modules/jetifier/lib/*.jar
|
||||
- node_modules/npm/node_modules/term-size/vendor
|
||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||
- node_modules/react-native/template
|
||||
- functions
|
||||
- node_modules/linkifyjs/dist/linkifyjs.zip
|
||||
prebuild:
|
||||
- echo -e '\norg.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=4g' >> ../gradle.properties
|
||||
- echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >> build.gradle
|
||||
|
|
@ -708,27 +702,28 @@ Builds:
|
|||
- node_modules/react-native-document-picker/android/build.gradle
|
||||
- node_modules/react-native-localize/android/build.gradle
|
||||
- node_modules/react-native-orientation-locker/example/android/
|
||||
- node_modules/react-native-reanimated/android
|
||||
- node_modules/react-native-reanimated/libSo
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-secure-key-store/example/android/build.gradle
|
||||
- node_modules/react-native-share/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-track-player/android/build.gradle
|
||||
- node_modules/react-native-track-player/android/build/kotlin/compileDebugKotlin
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/shaka-player/third_party/closure/compiler.jar
|
||||
- node_modules/term-size
|
||||
- node_modules/@react-native-community/async-storage
|
||||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||||
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$react-native-reanimated$$
|
||||
- FOR_HERMES=True gradle :assembleRelease
|
||||
- popd
|
||||
- mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-66-hermes.aar
|
||||
- pushd $$react-native-reanimated$$
|
||||
- gradle :assembleRelease
|
||||
- popd
|
||||
- mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-66-jsc.aar
|
||||
ndk: r23b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
|
|||
Loading…
Reference in a new issue