Skip to content

Commit

Permalink
sets up google account for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopeamin committed Jan 20, 2025
1 parent 890beb4 commit 00e0431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/passkeys/passkeys/example/prepare_google_account.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sleep 20
adb shell input tap 400 600
sleep 20

flutter build apk --debug
cd packages/passkeys/passkeys/example && flutter build apk --debug

adb install -r build/app/outputs/flutter-apk/app-debug.apk
node tests/main.js android
cd packages/passkeys/passkeys/example && adb install -r build/app/outputs/flutter-apk/app-debug.apk
cd packages/passkeys/passkeys/example && node tests/main.js android

0 comments on commit 00e0431

Please sign in to comment.