mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Fintunes to 2.4.5 (38)
This commit is contained in:
parent
3b971439ff
commit
9c691a018f
1 changed files with 63 additions and 2 deletions
|
|
@ -276,7 +276,68 @@ Builds:
|
|||
- gradle assembleRelease
|
||||
ndk: 26.1.10909125
|
||||
|
||||
- versionName: 2.4.5
|
||||
versionCode: 38
|
||||
commit: c4300471065c73a8b420e815f7946704915b3f95
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless ninja-build bzip2 xz-utils
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
||||
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g corepack pnpm@v10.11.0
|
||||
init:
|
||||
- cd ../..
|
||||
- pnpm install
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- react-native-skia@v2.0.0
|
||||
rm:
|
||||
- ios
|
||||
- node_modules/@shopify/react-native-skia/libs/android
|
||||
prebuild:
|
||||
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\s"(.*)".*|\1|p'
|
||||
../../package.json)
|
||||
- '[[ $skiaVersion ]] || exit 1'
|
||||
- git -C $$react-native-skia$$ checkout -f "v$skiaVersion"
|
||||
- sed -i -e 's/for (const key of mapKeys(configurations))/const key = "android";/'
|
||||
-e '/ban-ts-comment/,+1d' -e '/buildXCFrameworks()/d' -e '/buildXCFrameworks/,/^};/d'
|
||||
-e '/copyHeaders/d' $$react-native-skia$$/packages/skia/scripts/build-skia.ts
|
||||
scanignore:
|
||||
- node_modules/react-native/sdks/hermesc
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- node_modules/@react-native-community/blur/android/build.gradle
|
||||
- node_modules/react-native-fast-image/android/build.gradle
|
||||
- node_modules/react-native-track-player/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-localize/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$react-native-skia$$/packages/skia
|
||||
- corepack enable
|
||||
- yarn
|
||||
- build="yarn build-skia android"
|
||||
- $build || $build || $build
|
||||
- popd
|
||||
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
||||
- export SENTRY_URL=https://sentry.lei.wtf
|
||||
- export SENTRY_ORG=codified
|
||||
- export SENTRY_PROJECT=fintunes
|
||||
- export SENTRY_DSN=https://be8a0a843c1a44e09ff654714497482f@sentry.lei.wtf/2
|
||||
- export SENTRY_DISABLE_AUTO_UPLOAD=true
|
||||
- gradle assembleRelease
|
||||
ndk: r27b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.4.4
|
||||
CurrentVersionCode: 34
|
||||
CurrentVersion: 2.4.5
|
||||
CurrentVersionCode: 38
|
||||
|
|
|
|||
Loading…
Reference in a new issue