Skip to content

Commit 883c404

Browse files
committed
install android api 33
1 parent 54ad498 commit 883c404

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • .github/actions/android-play-store-manifest-check

.github/actions/android-play-store-manifest-check/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ runs:
5757
set -o pipefail
5858
"$SDKMANAGER" --sdk_root="$SDK_ROOT" \
5959
"platform-tools" \
60-
"platforms;android-35" \
60+
"platforms;android-33" \
6161
"platforms;android-34" \
62-
"build-tools;35.0.0" \
62+
"platforms;android-35" \
63+
"build-tools;33.0.0" \
6364
"build-tools;34.0.0" \
65+
"build-tools;35.0.0" \
6466
"ndk;26.1.10909125" \
6567
"cmake;3.22.1"
6668

0 commit comments

Comments
 (0)