mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update APM to 3.2.1 (38004)
This commit is contained in:
parent
45e31b2949
commit
442d9c31b1
1 changed files with 330 additions and 2 deletions
|
|
@ -2200,6 +2200,334 @@ Builds:
|
|||
gradleprops:
|
||||
- reactNativeArchitectures=x86_64
|
||||
|
||||
- versionName: 3.2.1
|
||||
versionCode: 38001
|
||||
commit: 7029eae9a00266f6fc0a3e4f42bcd1fb5d872109
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm ninja-build bzip2 xz-utils
|
||||
- npm install -g corepack
|
||||
init:
|
||||
- corepack enable
|
||||
- yarn remove sp-react-native-in-app-updates @revenuecat/purchases-js react-native-purchases
|
||||
- yarn install
|
||||
- yarn postinstall
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- react-native-skia@v1.6.0
|
||||
rm:
|
||||
- ios
|
||||
- src/hooks/usePlayStore.ts
|
||||
- node_modules/@shopify/react-native-skia/libs/android
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d'
|
||||
build.gradle
|
||||
- cd ../..
|
||||
- python3 ./scripts/fixHTTP.py
|
||||
- sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts
|
||||
- sed -i -e '/const getVIPStatus/,/^};/d' -e '/const purchaseVIP/,/^};/s/^ .*//g'
|
||||
-e '/Purchases/d' src/hooks/useVIP.ts
|
||||
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
|
||||
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\ "npm:(.*)"|\1|p'
|
||||
yarn.lock)
|
||||
- '[[ $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 's/for (const target of mapKeys(configuration.targets))/const target =
|
||||
"arm";/' -e 's/mapKeys,//' -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/jsc-android
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/react-native-svga-player/android/build.gradle
|
||||
- node_modules/@react-native-cookies/cookies/android/build.gradle
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-track-player/android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native-video/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-pager-view/android/build.gradle
|
||||
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- node_modules/react-native-image-colors/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/ffmpeg-kit-react-native/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- node_modules/react-native-app-auth/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-blob-util/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
scandelete:
|
||||
- .vs
|
||||
- .yarn/install-state.gz
|
||||
- node_modules
|
||||
build:
|
||||
- ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle)
|
||||
- pushd $$react-native-skia$$
|
||||
- yarn
|
||||
- cd packages/skia
|
||||
- export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion
|
||||
- yarn ts-node ./scripts/build-skia.ts
|
||||
- popd
|
||||
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
||||
gradleprops:
|
||||
- reactNativeArchitectures=armeabi-v7a
|
||||
|
||||
- versionName: 3.2.1
|
||||
versionCode: 38002
|
||||
commit: 7029eae9a00266f6fc0a3e4f42bcd1fb5d872109
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm ninja-build bzip2 xz-utils
|
||||
- npm install -g corepack
|
||||
init:
|
||||
- corepack enable
|
||||
- yarn remove sp-react-native-in-app-updates @revenuecat/purchases-js react-native-purchases
|
||||
- yarn install
|
||||
- yarn postinstall
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- react-native-skia@v1.6.0
|
||||
rm:
|
||||
- ios
|
||||
- src/hooks/usePlayStore.ts
|
||||
- node_modules/@shopify/react-native-skia/libs/android
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d'
|
||||
build.gradle
|
||||
- cd ../..
|
||||
- python3 ./scripts/fixHTTP.py
|
||||
- sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts
|
||||
- sed -i -e '/const getVIPStatus/,/^};/d' -e '/const purchaseVIP/,/^};/s/^ .*//g'
|
||||
-e '/Purchases/d' src/hooks/useVIP.ts
|
||||
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
|
||||
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\ "npm:(.*)"|\1|p'
|
||||
yarn.lock)
|
||||
- '[[ $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 's/for (const target of mapKeys(configuration.targets))/const target =
|
||||
"x86";/' -e 's/mapKeys,//' -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/jsc-android
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/react-native-svga-player/android/build.gradle
|
||||
- node_modules/@react-native-cookies/cookies/android/build.gradle
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-track-player/android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native-video/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-pager-view/android/build.gradle
|
||||
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- node_modules/react-native-image-colors/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/ffmpeg-kit-react-native/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- node_modules/react-native-app-auth/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-blob-util/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
scandelete:
|
||||
- .vs
|
||||
- .yarn/install-state.gz
|
||||
- node_modules
|
||||
build:
|
||||
- ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle)
|
||||
- pushd $$react-native-skia$$
|
||||
- yarn
|
||||
- cd packages/skia
|
||||
- export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion
|
||||
- yarn ts-node ./scripts/build-skia.ts
|
||||
- popd
|
||||
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
||||
gradleprops:
|
||||
- reactNativeArchitectures=x86
|
||||
|
||||
- versionName: 3.2.1
|
||||
versionCode: 38003
|
||||
commit: 7029eae9a00266f6fc0a3e4f42bcd1fb5d872109
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm ninja-build bzip2 xz-utils
|
||||
- npm install -g corepack
|
||||
init:
|
||||
- corepack enable
|
||||
- yarn remove sp-react-native-in-app-updates @revenuecat/purchases-js react-native-purchases
|
||||
- yarn install
|
||||
- yarn postinstall
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- react-native-skia@v1.6.0
|
||||
rm:
|
||||
- ios
|
||||
- src/hooks/usePlayStore.ts
|
||||
- node_modules/@shopify/react-native-skia/libs/android
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d'
|
||||
build.gradle
|
||||
- cd ../..
|
||||
- python3 ./scripts/fixHTTP.py
|
||||
- sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts
|
||||
- sed -i -e '/const getVIPStatus/,/^};/d' -e '/const purchaseVIP/,/^};/s/^ .*//g'
|
||||
-e '/Purchases/d' src/hooks/useVIP.ts
|
||||
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
|
||||
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\ "npm:(.*)"|\1|p'
|
||||
yarn.lock)
|
||||
- '[[ $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 's/for (const target of mapKeys(configuration.targets))/const target =
|
||||
"arm64";/' -e 's/mapKeys,//' -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/jsc-android
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/react-native-svga-player/android/build.gradle
|
||||
- node_modules/@react-native-cookies/cookies/android/build.gradle
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-track-player/android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native-video/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-pager-view/android/build.gradle
|
||||
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- node_modules/react-native-image-colors/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/ffmpeg-kit-react-native/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- node_modules/react-native-app-auth/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-blob-util/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
scandelete:
|
||||
- .vs
|
||||
- .yarn/install-state.gz
|
||||
- node_modules
|
||||
build:
|
||||
- ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle)
|
||||
- pushd $$react-native-skia$$
|
||||
- yarn
|
||||
- cd packages/skia
|
||||
- export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion
|
||||
- yarn ts-node ./scripts/build-skia.ts
|
||||
- popd
|
||||
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
||||
gradleprops:
|
||||
- reactNativeArchitectures=arm64-v8a
|
||||
|
||||
- versionName: 3.2.1
|
||||
versionCode: 38004
|
||||
commit: 7029eae9a00266f6fc0a3e4f42bcd1fb5d872109
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm ninja-build bzip2 xz-utils
|
||||
- npm install -g corepack
|
||||
init:
|
||||
- corepack enable
|
||||
- yarn remove sp-react-native-in-app-updates @revenuecat/purchases-js react-native-purchases
|
||||
- yarn install
|
||||
- yarn postinstall
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- react-native-skia@v1.6.0
|
||||
rm:
|
||||
- ios
|
||||
- src/hooks/usePlayStore.ts
|
||||
- node_modules/@shopify/react-native-skia/libs/android
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d'
|
||||
build.gradle
|
||||
- cd ../..
|
||||
- python3 ./scripts/fixHTTP.py
|
||||
- sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts
|
||||
- sed -i -e '/const getVIPStatus/,/^};/d' -e '/const purchaseVIP/,/^};/s/^ .*//g'
|
||||
-e '/Purchases/d' src/hooks/useVIP.ts
|
||||
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
|
||||
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\ "npm:(.*)"|\1|p'
|
||||
yarn.lock)
|
||||
- '[[ $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 's/for (const target of mapKeys(configuration.targets))/const target =
|
||||
"x64";/' -e 's/mapKeys,//' -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/jsc-android
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/react-native-svga-player/android/build.gradle
|
||||
- node_modules/@react-native-cookies/cookies/android/build.gradle
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-track-player/android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native-video/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-pager-view/android/build.gradle
|
||||
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- node_modules/react-native-image-colors/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/ffmpeg-kit-react-native/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- node_modules/react-native-app-auth/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-blob-util/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
scandelete:
|
||||
- .vs
|
||||
- .yarn/install-state.gz
|
||||
- node_modules
|
||||
build:
|
||||
- ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle)
|
||||
- pushd $$react-native-skia$$
|
||||
- yarn
|
||||
- cd packages/skia
|
||||
- export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion
|
||||
- yarn ts-node ./scripts/build-skia.ts
|
||||
- popd
|
||||
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
||||
gradleprops:
|
||||
- reactNativeArchitectures=x86_64
|
||||
|
||||
MaintainerNotes: com/google/ads/interactivemedia/v3/api/AdEvent stubs are from react-native-video
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -2209,5 +2537,5 @@ VercodeOperation:
|
|||
- 100 * %c + 2
|
||||
- 100 * %c + 3
|
||||
- 100 * %c + 4
|
||||
CurrentVersion: 3.1.0
|
||||
CurrentVersionCode: 35104
|
||||
CurrentVersion: 3.2.1
|
||||
CurrentVersionCode: 38004
|
||||
|
|
|
|||
Loading…
Reference in a new issue