-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final P API update. #1790
Final P API update. #1790
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,10 +140,10 @@ | |
<Stable>True</Stable> | ||
</AndroidApiInfo> | ||
<AndroidApiInfo Include="v8.1.99"> | ||
<Name>P Preview UNSTABLE</Name> | ||
<Name>P</Name> | ||
<Level>28</Level> | ||
<Id>P</Id> | ||
<Stable>False</Stable> | ||
<Id>28</Id> | ||
<Stable>True</Stable> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Question: Given that enumification is not yet complete, and that we're not checking v9.0 for API compatibility/consistency, and the IDEs will default to using the latest Shouldn't this value remain |
||
</AndroidApiInfo> | ||
</ItemGroup> | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that this is the problem: we didn't change it to
v9.0
. Consequently, whenBuildEverything.mk
builds framework 9.0,@(_ApiInfo)
is empty:https://github.com/xamarin/xamarin-android/blob/7bd8b7d7748b0734398abf3d966f242ab7eab249/src/Mono.Android/Mono.Android.targets#L138-L141