Skip to content

Commit 544888b

Browse files
committed
Update Android SDK Platform Version in CI Workflow
This commit updates the Android SDK Platform version in the `build-credential-manager.yml` workflow from `android-VanillaIceCream` to `android-34`. - Updated the `Install Android SDK Platform VanillaIceCream` step to use `android-34` instead of `android-VanillaIceCream`.
1 parent 157ff1c commit 544888b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-credential-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Android SDK Platform VanillaIceCream
2828
run: |
2929
echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null
30-
echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager "platforms;android-VanillaIceCream"
30+
echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager "platforms;android-34"
3131
3232
# The sample includes a keystore.properties.template.
3333
# For a CI build, we might need to provide a dummy or generated keystore.

0 commit comments

Comments
 (0)