Skip to content

Conversation

@jonathanpeppers
Copy link
Member

Fixes: #4977
Context: https://support.google.com/googleplay/android-developer/answer/9859152?visit_id=637424522037563363-1219346479&rd=1#targetsdk

We currently warn if $(TargetFrameworkVersion) is less than 28:

Google Play requires that new applications and updates must use a TargetFrameworkVersion of v9.0 (API level 28) or above.

Since November 2, 2020, Google Play requires API 29, so we need to
update this warning.

@jonathanpeppers jonathanpeppers marked this pull request as ready for review December 2, 2020 17:40
Copy link
Contributor

@dellis1972 dellis1972 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good.

I do wonder though, if we should change the text so that we pass in the values for the expected TargetFramework and API Level... That way we don't have to re-translate the text every time we bump this.

@jonathanpeppers
Copy link
Member Author

I do wonder though, if we should change the text so that we pass in the values for the expected TargetFramework and API Level...

Yes, I think this should probably use additional string.Format arguments if this is going to change every year.

Fixes: dotnet#4977
Context: https://support.google.com/googleplay/android-developer/answer/9859152?visit_id=637424522037563363-1219346479&rd=1#targetsdk

We currently warn if `$(TargetFrameworkVersion)` is less than 28:

    Google Play requires that new applications and updates must use a TargetFrameworkVersion of v9.0 (API level 28) or above.

Since November 2, 2020, Google Play requires API 29, so we need to
update this warning.
@dotnet dotnet deleted a comment from azure-pipelines bot Dec 2, 2020
@jonpryor jonpryor merged commit 101c58f into dotnet:master Dec 3, 2020
@jonathanpeppers jonathanpeppers deleted the google-play-api-29 branch December 3, 2020 21:46
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

3 participants