From 1d342d1ce2ef8059c2037d91e64c6b4502d0a497 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 8 Feb 2022 10:12:39 +0200 Subject: [PATCH] Update Podverse --- metadata/com.podverse.fdroid.yml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/metadata/com.podverse.fdroid.yml b/metadata/com.podverse.fdroid.yml index e5157e9dd1..f9a04a4a30 100644 --- a/metadata/com.podverse.fdroid.yml +++ b/metadata/com.podverse.fdroid.yml @@ -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