Skip to content

Commit c45ffd2

Browse files
committed
[xaprepare] Track the versions of Android SDK Levels available on CI agents.
1 parent b81b55a commit c45ffd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/xaprepare/xaprepare/ConfigAndData/Dependencies/AndroidToolchain.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public AndroidToolchain ()
6969
new AndroidPlatformComponent ("platform-30_r01", apiLevel: "30", pkgRevision: "1"),
7070
new AndroidPlatformComponent ("platform-31_r01", apiLevel: "31", pkgRevision: "1"),
7171
new AndroidPlatformComponent ("platform-32_r01", apiLevel: "32", pkgRevision: "1"),
72-
new AndroidPlatformComponent ("platform-33_r02", apiLevel: "33", pkgRevision: "2"),
73-
new AndroidPlatformComponent ("platform-34-ext7_r01", apiLevel: "34", pkgRevision: "1"),
72+
new AndroidPlatformComponent ("platform-33_r03", apiLevel: "33", pkgRevision: "3"),
73+
new AndroidPlatformComponent ("platform-34_r02", apiLevel: "34", pkgRevision: "2"),
7474

7575
new AndroidToolchainComponent ("sources-34_r01",
7676
destDir: Path.Combine ("sources", "android-34"),

0 commit comments

Comments
 (0)