We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2e935 commit cdf90a8Copy full SHA for cdf90a8
.github/workflows/build-credential-manager.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install Android SDK Platform VanillaIceCream
28
run: |
29
echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null
30
- echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager "android-VanillaIceCream"
+ echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager "android-35"
31
32
# The sample includes a keystore.properties.template.
33
# For a CI build, we might need to provide a dummy or generated keystore.
0 commit comments