Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 4699b6f

Browse files
committed
android sdk licenses, podfile app_path
1 parent 2b26576 commit 4699b6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/validate-android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434

3535
- name: Setup Android SDK
3636
uses: android-actions/setup-android@v3
37+
with:
38+
accept-android-sdk-licenses: yes
39+
log-accepted-android-sdk-licenses: false
3740

3841
- name: Bootstrap JS
3942
run: |

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ target 'QuickCryptoExample' do
2222
use_react_native!(
2323
:path => config[:reactNativePath],
2424
# # An absolute path to your application root.
25-
# :app_path => "#{Pod::Config.instance.installation_root}/../../packages/react-native-quick-crypto",
25+
:app_path => "#{Pod::Config.instance.installation_root}/..",
2626
)
2727

2828
post_install do |installer|

0 commit comments

Comments
 (0)