Skip to content

Commit 2466816

Browse files
committed
Context: dotnet/android-tools#262 Hopefully dotnet/android-tools#262 fixes the XA4211 seen on CI…
1 parent f11efb2 commit 2466816

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
branch = master
2929
[submodule "external/xamarin-android-tools"]
3030
path = external/xamarin-android-tools
31-
url = https://github.com/dotnet/android-tools
32-
branch = main
31+
url = https://github.com/jonpryor/xamarin-android-tools
32+
branch = dev/jonpryor/jonp-prefer-stable-api-levels
3333
[submodule "external/xxHash"]
3434
path = external/xxHash
3535
url = https://github.com/Cyan4973/xxHash.git

Documentation/workflow/HowToAddNewApiLevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Or specify them on the command-line for one-off local builds.
218218
To build *just* `src/Mono.Android/Mono.Android.csproj`:
219219
220220
```dotnetcli
221-
./dotnet-local.sh build src/Mono.Android/*.csproj -p:AndroidApiLevel=36 -p:AndroidPlatformId=CANARY -p:AndroidFrameworkVersion=v16.1 -p:IsUnstableVersion=true
221+
./dotnet-local.sh build src/Mono.Android/*.csproj -p:AndroidApiLevel=36.1 -p:AndroidPlatformId=CANARY -p:AndroidFrameworkVersion=v16.1 -p:IsUnstableVersion=true
222222
```
223223
224224
### New AndroidManifest.xml Elements

0 commit comments

Comments
 (0)