Skip to content

Commit bcf12a2

Browse files
committed
Revert "[xaprepare] Update Android 10 name (#4011)"
This reverts commit 100b8ae. It broke the build! …/src/Xamarin.Android.NUnitLite/Xamarin.Android.NUnitLite.csproj : error MSB4057: The target "Build" does not exist in the project. Doh!
1 parent 100b8ae commit bcf12a2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Documentation/release-notes/4011.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

build-tools/xaprepare/xaprepare/ConfigAndData/BuildAndroidPlatforms.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class BuildAndroidPlatforms
3737
new AndroidPlatform (apiName: "Oreo", apiLevel: 26, platformID: "26", include: "v8.0", framework: "v8.0"),
3838
new AndroidPlatform (apiName: "Oreo", apiLevel: 27, platformID: "27", include: "v8.1", framework: "v8.1"),
3939
new AndroidPlatform (apiName: "Pie", apiLevel: 28, platformID: "28", include: "v9.0", framework: "v9.0"),
40-
new AndroidPlatform (apiName: "", apiLevel: 29, platformID: "29", include: "v10.0", framework: "v10.0"),
40+
new AndroidPlatform (apiName: "Q", apiLevel: 29, platformID: "29", include: "v10.0", framework: "v10.0"),
4141
};
4242

4343
public static readonly Dictionary<string, uint> NdkMinimumAPI = new Dictionary<string, uint> {

0 commit comments

Comments
 (0)