- script="play_services_version=\$(adb shell dumpsys package com.google.android.gms | sed -n 's/.*versionCode=\\([0-9]*\\).*/\\1/p' | head -n 1); if [[ -z \"\$play_services_version\" || \"\$play_services_version\" -lt 243100000 ]]; then echo \"::error::Digital Credentials requires Google Play services version 243100000 or newer; found \${play_services_version:-missing}\"; exit 1; fi; ANDROID_TEST_CLASS=id.walt.walletdemo.compose.android.DigitalCredentialSharingE2ETest ./waltid-identity/.github/scripts/mobile-ci/run-android-compose-demo-tests.sh" |
0 commit comments