Skip to content

Commit

Permalink
android sdk licenses, podfile app_path
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Aug 13, 2024
1 parent 2b26576 commit 4699b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/validate-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:

- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
accept-android-sdk-licenses: yes
log-accepted-android-sdk-licenses: false

- name: Bootstrap JS
run: |
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ target 'QuickCryptoExample' do
use_react_native!(
:path => config[:reactNativePath],
# # An absolute path to your application root.
# :app_path => "#{Pod::Config.instance.installation_root}/../../packages/react-native-quick-crypto",
:app_path => "#{Pod::Config.instance.installation_root}/..",
)

post_install do |installer|
Expand Down

0 comments on commit 4699b6f

Please sign in to comment.