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
2 changes: 0 additions & 2 deletions .github/actions/mobile-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ runs:
sudo locale-gen en_US.UTF-8
sudo update-locale LANG=en_US.UTF-8

- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Ruby environment
uses: ruby/setup-ruby@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mobile-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
echo "📦 Version bump: ${{ inputs.version_bump }}"

- uses: actions/checkout@v4
if: inputs.platform != 'android'

- name: Set up Xcode
if: inputs.platform != 'android'
Expand Down
2 changes: 1 addition & 1 deletion app/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11

// CI/CD Pipeline Test - July 29, 2025 - With Permissions Fix
// CI/CD Pipeline Test - July 31, 2025 - With Permissions Fix
import 'react-native-get-random-values';

import { Buffer } from 'buffer';
Expand Down
Loading