Skip to content

Commit 850e3a2

Browse files
authored
[release/9.0.1xx][Mono.Android] Generate API docs for API level 36 (#10031)
Updates xaprepare and Mono.Android to generate API docs against API-36 sources.
1 parent 3a3beeb commit 850e3a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ public AndroidToolchain ()
7575
new AndroidPlatformComponent ("platform-35_r01", apiLevel: "35", pkgRevision: "1", isLatestStable: true),
7676
new AndroidPlatformComponent ("platform-36_r01", apiLevel: "36", pkgRevision: "1", isLatestStable: true),
7777

78-
new AndroidToolchainComponent ("source-35_r01",
79-
destDir: Path.Combine ("sources", "android-35"),
78+
new AndroidToolchainComponent ("source-36_r01",
79+
destDir: Path.Combine ("sources", "android-36"),
8080
pkgRevision: "1",
8181
dependencyType: AndroidToolchainComponentType.BuildDependency,
82-
buildToolVersion: "35.1"
82+
buildToolVersion: "36.1"
8383
),
8484
new AndroidToolchainComponent ("docs-24_r01",
8585
destDir: "docs",

src/Mono.Android/Mono.Android.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238

239239
<PropertyGroup>
240240
<!-- Override these properties to generate docs against a specific API level -->
241-
<DocsApiLevel Condition=" '$(DocsApiLevel)' == '' ">35</DocsApiLevel>
241+
<DocsApiLevel Condition=" '$(DocsApiLevel)' == '' ">36</DocsApiLevel>
242242
<DocsPlatformId Condition=" '$(DocsPlatformId)' == '' ">$(DocsApiLevel)</DocsPlatformId>
243243
<DocsFxMoniker Condition=" '$(DocsFxMoniker)' == '' ">net-android-$(DocsApiLevel).0</DocsFxMoniker>
244244
<DocsExportOutput Condition=" '$(DocsExportOutput)' == '' ">$(_MonoAndroidNETDefaultOutDir)Mono.Android.xml</DocsExportOutput>

0 commit comments

Comments
 (0)