mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Bangumi to 7.7.0 (70701)
This commit is contained in:
parent
8de91d556f
commit
cee556df00
1 changed files with 59 additions and 2 deletions
|
|
@ -315,8 +315,65 @@ Builds:
|
|||
- mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-$RN_MVER-hermes.aar
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 7.7.0
|
||||
versionCode: 70701
|
||||
commit: 79313fa906de0c85210e83353955abbff09c7e69
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz
|
||||
- echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
init:
|
||||
- cd ../..
|
||||
- yarn install
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- react-native-reanimated@2.3.0
|
||||
rm:
|
||||
- node_modules/expo-location
|
||||
prebuild:
|
||||
- mv ../gradle_yours.properties ../gradle.properties
|
||||
- sed -i -e '/aliyun/d' -e '/bintray/d' -e '/repositories {/a jcenter()' ../build.gradle
|
||||
- sed -i -e 's|../app.json|../../app.json|' -e '/enableSeparateBuild/d' -e '/signingConfigs.release/d'
|
||||
-e "/android {/a packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle
|
||||
- sed -i -e '/installreferrer/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e "s|files('libs/jcifs-1.3.18.jar')|'org.codelibs:jcifs:1.3.18.3'|"
|
||||
../../node_modules/react-native-smb/android/build.gradle
|
||||
- sed -i -e '/baidu/d' ../../web/manga.html
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/hermes-engine
|
||||
- node_modules/react-native/android/com/facebook/react/react-native/*/
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-fast-image/android/build.gradle
|
||||
- node_modules/react-navigation/node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||||
- node_modules/@react-native-community/blur/android/build.gradle
|
||||
- node_modules/expo/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- RN_VER=$(sed -n -E -e 's/.*"react-native":\s"([0-9.]+)".*/\1/p' ../../package.json
|
||||
| head -n 1)
|
||||
- RN_MVER=$(sed -n -E -e 's/.*"react-native":\s"0\.([0-9]+).*/\1/p' ../../package.json
|
||||
| head -n 1)
|
||||
- pushd $$react-native-reanimated$$
|
||||
- yarn add react-native@"${RN_VER}"
|
||||
- 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-$RN_MVER-hermes.aar
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^F-Droid
|
||||
UpdateCheckData: app.json|"versionCode":\s(\d+)|.|"version":\s"([\d.]+)"
|
||||
CurrentVersion: 7.2.3
|
||||
CurrentVersionCode: 70232
|
||||
CurrentVersion: 7.7.0
|
||||
CurrentVersionCode: 70701
|
||||
|
|
|
|||
Loading…
Reference in a new issue