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 cdf90a8 commit 0f765bfCopy full SHA for 0f765bf
.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-35"
+ echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager "platforms;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