Skip to content

Commit 3c63049

Browse files
[build] update to API 35, 36 revision 2 (#10168)
Reviewing our manifests for the SDK manager, I noticed that both API 35 & 36 have a "revision 2". Let's build against them.
1 parent f26df9e commit 3c63049

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
@@ -72,8 +72,8 @@ public AndroidToolchain ()
7272
new AndroidPlatformComponent ("platform-32_r01", apiLevel: "32", pkgRevision: "1"),
7373
new AndroidPlatformComponent ("platform-33-ext3_r03", apiLevel: "33", pkgRevision: "3"),
7474
new AndroidPlatformComponent ("platform-34-ext7_r02", apiLevel: "34", pkgRevision: "2"),
75-
new AndroidPlatformComponent ("platform-35_r01", apiLevel: "35", pkgRevision: "1"),
76-
new AndroidPlatformComponent ("platform-36_r01", apiLevel: "36", pkgRevision: "1", isLatestStable: true),
75+
new AndroidPlatformComponent ("platform-35_r02", apiLevel: "35", pkgRevision: "2"),
76+
new AndroidPlatformComponent ("platform-36_r02", apiLevel: "36", pkgRevision: "2", isLatestStable: true),
7777

7878
new AndroidToolchainComponent ("source-36_r01",
7979
destDir: Path.Combine ("sources", "android-36"),

0 commit comments

Comments
 (0)