Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/buildAdHoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:

- name: Rock Remote Build - Android
id: rock-remote-build-android
uses: callstackincubator/android@561f4aa994a35aa9a2d7d913b562da65e5f02029
uses: callstackincubator/android@4cedf4d9b5c167452c96fe67233577e0fde9a025
env:
GITHUB_TOKEN: ${{ github.token }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand All @@ -224,6 +224,7 @@ jobs:
comment-bot: false
rock-build-extra-params: '--extra-params "-PreactNativeArchitectures=arm64-v8a,x86_64 --profile"'
custom-identifier: ${{ steps.computeIdentifier.outputs.IDENTIFIER }}
validate-elf-alignment: true

- name: Upload Gradle profile report
if: always()
Expand Down
92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@
"@react-native/babel-preset": "0.81.4",
"@react-native/metro-config": "0.81.4",
"@react-navigation/devtools": "^6.0.10",
"@rock-js/platform-android": "0.12.6",
"@rock-js/platform-ios": "0.12.6",
"@rock-js/plugin-metro": "0.12.6",
"@rock-js/provider-s3": "0.12.6",
"@rock-js/platform-android": "0.12.10",
"@rock-js/platform-ios": "0.12.10",
"@rock-js/plugin-metro": "0.12.10",
"@rock-js/provider-s3": "0.12.10",
"@sentry/webpack-plugin": "4.6.0",
"@storybook/addon-a11y": "10.1.10",
"@storybook/addon-docs": "10.1.10",
Expand Down Expand Up @@ -344,7 +344,7 @@
"react-refresh": "^0.14.2",
"react-test-renderer": "19.1.0",
"reassure": "^1.0.0-rc.4",
"rock": "0.12.6",
"rock": "0.12.10",
"semver": "7.5.2",
"setimmediate": "^1.0.5",
"shellcheck": "^1.1.0",
Expand Down
Loading