File tree Expand file tree Collapse file tree
example/android/app/src/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,5 +160,5 @@ jobs:
160160 -scheme HapticFeedbackExample \
161161 -sdk iphonesimulator \
162162 -configuration Debug \
163- -destination 'platform=iOS Simulator,name=iPhone 16 ' \
163+ -destination 'platform=iOS Simulator,name=iPhone 17 ' \
164164 CODE_SIGNING_ALLOWED=NO
Original file line number Diff line number Diff line change 2424 steps :
2525 - name : Checkout
2626 uses : actions/checkout@v4
27- with :
28- fetch-depth : 0
29-
30- - name : Setup Node
31- uses : actions/setup-node@v4
32- with :
33- node-version : 22
34- cache : npm
35-
36- - name : Install dependencies
37- run : npm ci
27+ - name : Setup
28+ uses : ./.github/actions/setup
3829
3930 - name : Build docs for VitePress
4031 run : npm run docs:build
Original file line number Diff line number Diff line change 66 android : name =" .MainApplication"
77 android : label =" @string/app_name"
88 android : icon =" @mipmap/ic_launcher"
9- android : roundIcon =" @mipmap/ic_launcher_round"
109 android : allowBackup =" false"
1110 android : theme =" @style/AppTheme"
1211 android : usesCleartextTraffic =" ${usesCleartextTraffic}"
You can’t perform that action at this time.
0 commit comments