From 24ce18194d286f90e61c696153509c42243e7b7e Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 21 Jan 2022 04:13:26 +0000 Subject: [PATCH] Update Podverse to 4.2.1 (21) --- metadata/com.podverse.fdroid.yml | 69 +++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 2 deletions(-) diff --git a/metadata/com.podverse.fdroid.yml b/metadata/com.podverse.fdroid.yml index c24efc0493..a9c23051f9 100644 --- a/metadata/com.podverse.fdroid.yml +++ b/metadata/com.podverse.fdroid.yml @@ -665,8 +665,73 @@ Builds: - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-66-hermes.aar ndk: r23b + - versionName: 4.2.1 + versionCode: 21 + commit: bb75adfd1b4f78e74c43322b1bfce15b144db58f + 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 + - echo "3bbe4faf356738d88b45be222bf5e858330541ff16bd0d4cfad36540c331461b node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v14.17.6-linux-x64/. /usr/local/ + - npm -g install yarn + init: + - yarn install + - yarn add jetifier --dev + - yarn jetify + gradle: + - yes + 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 + prebuild: + - echo -e '\norg.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=4g' >> ../gradle.properties + - echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >> build.gradle + - cd $$react-native-reanimated$$ + - yarn install + scanignore: + - android/build.gradle + - node_modules/hermes-engine + - node_modules/jsc-android + - node_modules/linkifyjs/dist/linkifyjs.zip + - node_modules/react-native/android + - node_modules/react-native/ReactAndroid/build.gradle + - 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/masked-view/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + 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 + ndk: r23b + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: android/app/build.gradle|versionCode\s(\d+)|.|versionName\s"(.+)" -CurrentVersion: 4.0.0 -CurrentVersionCode: 20 +CurrentVersion: 4.2.1 +CurrentVersionCode: 21