From abb1e6ee918614c64631e242a1c75f68150a0800 Mon Sep 17 00:00:00 2001 From: Mitch Downey Date: Sun, 28 Nov 2021 23:40:12 +0000 Subject: [PATCH] Podverse v3.3.0 --- 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 59371e0705..18aa82babd 100644 --- a/metadata/com.podverse.fdroid.yml +++ b/metadata/com.podverse.fdroid.yml @@ -535,7 +535,72 @@ Builds: - node_modules/@react-native-community/masked-view/android/build.gradle - node_modules/@react-native-community/netinfo/android/build.gradle + - versionName: 3.3.0 + versionCode: 16 + commit: 3.3.0 + 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: r23 + AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: 3.1.11 -CurrentVersionCode: 15 +CurrentVersion: 3.3.0 +CurrentVersionCode: 16