From 1a784a2250a120ef5e64edf19ee3627030f41ecd Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 26 Sep 2022 04:35:31 +0000 Subject: [PATCH] Update Podverse to 4.6.8 (54) --- metadata/com.podverse.fdroid.yml | 53 ++++++++++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/metadata/com.podverse.fdroid.yml b/metadata/com.podverse.fdroid.yml index 05ed41fe19..3868107d76 100644 --- a/metadata/com.podverse.fdroid.yml +++ b/metadata/com.podverse.fdroid.yml @@ -2199,8 +2199,57 @@ Builds: - node_modules ndk: r23c + - versionName: 4.6.8 + versionCode: 54 + commit: 9c2ba2c9215b4a008d33dd1403c2743301b1c367 + subdir: android/app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + - sysctl fs.inotify.max_user_watches=524288 + - 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 --strip-components=1 -C /usr/local/ + - npm -g install yarn + init: + - yarn install + - yarn add jetifier --dev + - yarn jetify + gradle: + - yes + rm: + - functions + prebuild: + - echo -e '\norg.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=4g' >> ../gradle.properties + - echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >> build.gradle + scanignore: + - android/build.gradle + - node_modules/hermes-engine + - node_modules/jsc-android + - 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-file-access/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/react-native-reanimated/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-screens/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-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - 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 + ndk: r23c + AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]+$ UpdateCheckData: android/app/build.gradle|versionCode\s(\d+)|.|versionName\s"(.+)" -CurrentVersion: 4.6.7 -CurrentVersionCode: 53 +CurrentVersion: 4.6.8 +CurrentVersionCode: 54